Dan Wesnor
Dan Wesnor

Reputation: 677

Using UIAccessibilityAction:accessibilityPerformEscape

Apple's docs for this protocol says of accessibilityPerformEscape

"Implement this method on an element or containing view that can be revealed modally or in a hierarchy. When a VoiceOver user performs a dismiss action, this method dismisses the view. For example, you might implement this method for a popover in order to give users a deliberate dismiss action to perform that closes the popover."

I can't find any information on what the dismiss action is. Anybody have any clues?

Upvotes: 4

Views: 1285

Answers (1)

Related Questions