Instance Property インスタンスプロパティ

accessibilityCustomActions

An array of custom actions to display along with the built-in actions.

Declaration 宣言

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.