ScreenStackReplaceModifier
public struct ScreenStackReplaceModifier<
New: Screen
>: ScreenStackModifier where New.Container: UIViewController
Undocumented
-
Undocumented
Declaration
Swift
public let screen: New
-
Declaration
Swift
public var description: String { get }
-
Undocumented
Declaration
Swift
public init(screen: New)
-
Undocumented
Declaration
Swift
public func perform( stack: [UIViewController], navigator: ScreenNavigator ) -> [UIViewController]