ScreenPresentingAction
public struct ScreenPresentingAction<
Container: UIViewController,
Output: UIViewController
>: ScreenAction
Retrieves the screen container that presented the current container.
-
Creates an action.
Declaration
Swift
public init()
-
Declaration
Swift
public func perform( container: Container, navigator: ScreenNavigator, completion: @escaping Completion )