iOS Voiceover - detect if vertical navigation is enabled on rotor?

199 Views Asked by At

In iOS, is there a way to detect if a user has 'Vertical Navigation' enabled on their UIAccessibility Voiceover Rotor?

Thank you.

1

There are 1 best solutions below

0
On BEST ANSWER

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.