@Frameworks Engineer
I have a UITableView inside a UIViewController that is embedded in a UINavigationController. I’ve added a button to navigationItem.rightBarButtonItem.
By default, VoiceOver focuses on the right bar button before reading the table view content. But I’d like to change the order so that VoiceOver first goes through all table view cells and only then focuses on the right bar button.
A few questions:
Is there a way to customize the VoiceOver navigation order to achieve this behavior?
From which element’s accessibilityElements property can I inspect the current focus order?
Topic:
Accessibility & Inclusion
SubTopic:
General
Tags: