PushAction

@MainActor
public struct PushAction<ViewController> : ContainerAction where ViewController : UINavigationController

Pushes a view controller into UINavigationController‘s child stack

Methods

Available where ViewController == UINavigationController

  • Pushes a child view controller into the UINavigationController‘s children stack

    Declaration

    Swift

    @MainActor
    static var push: `Self` { get }