Type Aliases
The following type aliases are available globally.
-
Action block to perform when a button is pressed
Declaration
Swift
public typealias AlertAction = () -> Void
-
Action block when a picker item is selected
Declaration
Swift
public typealias AlertPickerAction = (AlertPickerRow) -> Void