I am working on a application in which I am implementing accessibility features. My UINavigationBar
has left and right bar buttons as well as a navigation item title. Current accessibility order is:
- Left bar button
- Right bar button
- Navigation item title
I'd like to change this order to:
- Left bar button
- Navigation item title
- Right bar button
How do I change the accessibility reading sequence of my UINavigationBar
?