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