UIActionHandler
A type that defines the closure for an action handler.
Declaration
typealias UIActionHandler = (UIAction) -> VoidParameters
- action:
The action selected by the user.
A type that defines the closure for an action handler.
typealias UIActionHandler = (UIAction) -> VoidThe action selected by the user.