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. 开发者_Python百科Is there a way?
You can use UIAccessibilityIsVoiceOverRunning. Take a look at the UIAccessibility Protocol Reference
精彩评论