Mastro
Mastro

Reputation: 31

Voice Over and touches?

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

Answers (1)

You can use UIAccessibilityIsVoiceOverRunning. Take a look at the UIAccessibility Protocol Reference

Upvotes: 3

Related Questions