Discussion 解説
The array contains one or more UIAccessibility
objects defining the supported actions. Assistive technologies, such as VoiceOver, display your custom actions to the user at appropriate times.
Availability
Technology
var accessibilityCustomActions: [UIAccessibilityCustomAction
]? { get set }
The array contains one or more UIAccessibility
objects defining the supported actions. Assistive technologies, such as VoiceOver, display your custom actions to the user at appropriate times.