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