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