2

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

Thank you.

edhnb
  • 2,122
  • 3
  • 24
  • 38
  • Please read our [ask] page to refresh yourself on how to post a question here on SO. As it is right now, the question does not meet the guidelines – blurfus Aug 31 '17 at 17:08

1 Answers1

1

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.

Justin
  • 20,509
  • 6
  • 47
  • 58