Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 435
Dan Wesnor Avatar asked Sep 08 '25 11:09

Dan Wesnor


1 Answers

Never mind, just found it here:

http://developer.apple.com/library/ios/#featuredarticles/ViewControllerPGforiPhoneOS/Accessibility/AccessibilityfromtheViewControllersPerspective.html

It's a two-fingered Z shape.

like image 100
Dan Wesnor Avatar answered Sep 11 '25 00:09

Dan Wesnor