Reputation: 31
I am creating an application based on gesture recognition. I would like to make it accessible, but I need to read a single touch (as well as double touches) when voiceOver is active. Is there a way?
Upvotes: 2
Views: 663
Reputation: 31
You can use UIAccessibilityIsVoiceOverRunning. Take a look at the UIAccessibility Protocol Reference
Upvotes: 3