MainViewController
final class MainViewController : UITabBarController
The MainVC of the app, as a child of UITabBarController.
-
Custom init.
Declaration
Swift
init(presenter: MainPresenting = MainPresenter())
Parameters
presenter
the presenter to be used by the VC
-
Required init by the compiler.
Declaration
Swift
required init?(coder: NSCoder)