accessibilityCustomActions
An array of custom actions to display along with the built-in actions.
Declaration
@MainActor var accessibilityCustomActions: [UIAccessibilityCustomAction]? { get set }Discussion
The array contains one or more UIAccessibilityCustomAction objects defining the supported actions. Assistive technologies, such as VoiceOver, display your custom actions to the user at appropriate times.