Steps
-
A wrapper for the general steps that can be applied to any
See moreUIViewController
Declaration
Swift
public enum GeneralStep
-
Default navigation container step
See moreDeclaration
Swift
public final class NavigationControllerStep<VC, Context> : SingleContainerStep<NilFinder<VC, Context>, NavigationControllerFactory<VC, Context>> where VC : UINavigationController
-
Default tab bar container step
See moreDeclaration
Swift
public final class TabBarControllerStep<VC, Context> : SingleContainerStep<NilFinder<VC, Context>, TabBarControllerFactory<VC, Context>> where VC : UITabBarController
-
Default split container step
See moreDeclaration
Swift
public final class SplitControllerStep<VC, Context> : SingleContainerStep<NilFinder<VC, Context>, SplitControllerFactory<VC, Context>> where VC : UISplitViewController