ScreenMakeKeyAction
public struct ScreenMakeKeyAction<Container> : ScreenAction where Container : UIWindow
Makes the receiver 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 )