DynamicAction
enum DynamicAction
Undocumented
-
Undocumented
Declaration
Swift
case none -
Undocumented
Declaration
Swift
case call(number: String) -
Undocumented
Declaration
Swift
case open(url: URL?) -
Undocumented
Declaration
Swift
case perform(segue: SegueIdentifiers) -
Undocumented
Declaration
Swift
case execute(block: (_ viewController: UIViewController) -> Void) -
Undocumented
Declaration
Swift
static var safari: `Self` { get } -
Undocumented
Declaration
Swift
static func push(model: DynamicTableViewModel, separators: Bool = false, withTitle title: String) -> DynamicAction