ScreenStackAction
public struct ScreenStackAction<
Container: UIViewController,
Output: UINavigationController
>: ScreenAction
Retrieves the nearest ancestor in the container hierarchy that is a stack container.
-
Creates an action.
Declaration
Swift
public init()
-
Declaration
Swift
public func perform( container: Container, navigator: ScreenNavigator, completion: @escaping Completion )