ScreenPresentedAction
public struct ScreenPresentedAction<
Container: UIViewController,
Output: UIViewController
>: ScreenAction
Retrieves the screen container that is presented by the current container, or one of its ancestors in the container hierarchy.
-
Creates an action.
Declaration
Swift
public init()
-
Declaration
Swift
public func perform( container: Container, navigator: ScreenNavigator, completion: @escaping Completion )