Contents

accessibilityPerformAction(_:)

Performs the action associated with the specified action.

Declaration

func accessibilityPerformAction(_ action: NSAccessibility.Action)

Parameters

  • action:

    The action to perform.

Discussion

User interface classes must implement this method to handle all the actions returned from accessibilityActionNames(). Subclasses should invoke the superclass’s implementation, if it exists, if action is not implemented in the subclass.

See Also

Deprecated Methods