NavigationControllerActions
public enum NavigationControllerActions
Actions for UINavigationController
-
Pushes a view controller into
See moreUINavigationController
‘s child stackDeclaration
Swift
public struct PushAction<ViewController> : ContainerAction where ViewController : UINavigationController
-
Replaces all the child view controllers in the
See moreUINavigationController
‘s child stackDeclaration
Swift
public struct PushAsRootAction<ViewController> : ContainerAction where ViewController : UINavigationController
-
Pushes a view controller into the
See moreUINavigationController
‘s child stack replacing the last oneDeclaration
Swift
public struct PushReplacingLastAction<ViewController> : ContainerAction where ViewController : UINavigationController