ScreenShowActionSheetAction
public struct ScreenShowActionSheetAction<Container> : ScreenAction where Container : UIViewController
Undocumented
-
Declaration
Swift
public typealias Output = UIAlertController
-
Undocumented
Declaration
Swift
public let actionSheet: ActionSheet
-
Undocumented
Declaration
Swift
public let animated: Bool
-
Undocumented
Declaration
Swift
public init(actionSheet: ActionSheet, animated: Bool = true)
-
Declaration
Swift
public func perform( container: Container, navigator: ScreenNavigator, completion: @escaping Completion )