ScreenMakeKeyAndVisibleAction
public struct ScreenMakeKeyAndVisibleAction<Container> : ScreenAction where Container : UIWindow
Shows the window container and makes it the key window.
-
Declaration
Swift
public typealias Output = Void
-
Undocumented
Declaration
Swift
public init()
-
Declaration
Swift
public func perform( container: Container, navigator: ScreenNavigator, completion: @escaping Completion )