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

accessibilityCustomActions

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

Declaration 宣言

@property(nullable, nonatomic, strong) NSArray<UIAccessibilityCustomAction *> *accessibilityCustomActions;

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.