ScreenSetRootAction
public struct ScreenSetRootAction<
New: Screen,
Container: UIWindow
>: ScreenAction where New.Container: UIViewController
Undocumented
-
Declaration
Swift
public typealias Output = New.Container
-
Undocumented
Declaration
Swift
public let screen: New
-
Undocumented
Declaration
Swift
public let animation: ScreenRootAnimation?
-
Undocumented
Declaration
Swift
public init(screen: New, animation: ScreenRootAnimation? = nil)
-
Declaration
Swift
public func perform( container: Container, navigator: ScreenNavigator, completion: @escaping Completion )