In iOS, is there a way to detect if a user has 'Vertical Navigation' enabled on their UIAccessibility Voiceover Rotor?
Thank you.
In iOS, is there a way to detect if a user has 'Vertical Navigation' enabled on their UIAccessibility Voiceover Rotor?
Thank you.
The enabled states of many accessibility features can be queried programmatically (see the "Capabilities" section of the documentation), but user preferences are generally not available to developers.