Contents

UIActionHandler

A type that defines the closure for an action handler.

Declaration

typealias UIActionHandler = (UIAction) -> Void

Parameters

  • action:

    The action selected by the user.

See Also

Creating an action