ScreenSetStackAction
public struct ScreenSetStackAction<Container> : ScreenAction where Container : UINavigationController
Undocumented
-
Declaration
Swift
public typealias Output = Void
-
Undocumented
Declaration
Swift
public let modifiers: [ScreenStackModifier]
-
Undocumented
Declaration
Swift
public let animation: ScreenStackAnimation?
-
Undocumented
Declaration
Swift
public let separated: Bool
-
Undocumented
Declaration
Swift
public init( modifiers: [ScreenStackModifier], animation: ScreenStackAnimation? = .default, separated: Bool = false )
-
Undocumented
Declaration
Swift
public init( modifier: ScreenStackModifier, animation: ScreenStackAnimation? = .default, separated: Bool = false )
-
Declaration
Swift
public func combine<Action: ScreenAction>( with other: Action ) -> AnyScreenAction<Container, Void>?
-
Declaration
Swift
public func perform( container: Container, navigator: ScreenNavigator, completion: @escaping Completion )