ScreenStackContainerDecorator
public struct ScreenStackContainerDecorator<
Container: UIViewController,
Output: UINavigationController
>: ScreenDecorator
Undocumented
-
Undocumented
Declaration
Swift
public var payload: Any? { get }
-
Declaration
Swift
public var description: String { get }
-
Undocumented
Declaration
Swift
public init()
-
Undocumented
Declaration
Swift
public func build<Wrapped: Screen>( screen: Wrapped, navigator: ScreenNavigator ) -> Output where Wrapped.Container == Container