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