Contents

UIAccessibilityCustomAction

A custom action to perform on an accessible object.

Declaration

@MainActor class UIAccessibilityCustomAction

Overview

Apps that support custom actions can create instances of this class, specifying the user-readable name of the action and the object and selector to use when performing the action. Assistive apps display custom actions in response to specific user cues. For example, VoiceOver lets users access actions quickly using the Actions rotor.

After creating an instance of this class, add it to the accessibilityCustomActions property of an appropriate accessible object.

Topics

Creating a custom action

Accessing the action parameters

Type Properties

Instance Properties

See Also

Actions