NavigationControllerActions

public enum NavigationControllerActions

Actions for UINavigationController

Internal entities

  • Pushes a view controller into UINavigationController‘s child stack

    See more

    Declaration

    Swift

    public struct PushAction<ViewController> : ContainerAction where ViewController : UINavigationController
  • Replaces all the child view controllers in the UINavigationController‘s child stack

    See more

    Declaration

    Swift

    public struct PushAsRootAction<ViewController> : ContainerAction where ViewController : UINavigationController
  • Pushes a view controller into the UINavigationController‘s child stack replacing the last one

    See more

    Declaration

    Swift

    public struct PushReplacingLastAction<ViewController> : ContainerAction where ViewController : UINavigationController