UIKit include UIAccessibility functions for determining whether Voice Over, Closed Captioning, Guided Access, and Invert Colors are turned on. However, I haven't yet been able to find a way to determine if the user has the Zoom feature turned on (Settings > General > Accessibility > Zoom). Does anyone know of a way to get this info?
Post
Replies
Boosts
Views
Activity
Is there a way to detect whether the Accessibility Zoom feature is turned on?The Accessibility API offers a long list or available status for the accessibility settings. But zoom is not there. Exist another way to get the status (on/off) for this feature without interact with controls or views. I would like to know this status inmediatelly after lanching the app. Thanks in advance.
This setting is in Settings > General > Keyboards > Enable Dictation in iOS (v13.x). The only thing I need is know if it's state (is enabled or not). Thanks for any help.