In our app, we display contacts in UITableView. Let us say I have 300 contacts in my AddressBook, and all of them will be displayed in this table.
Below this table, I have a UIButton to perform some action like invite selected contacts.
With Voice Over enabled, when I get to the UITableView, it doesn't let me to proceed to the UIButton, unless I go over all 300 contacts.
Is there a solution to override this and make it more friendly to the visually impaired users?
Below this table, I have a UIButton to perform some action like invite selected contacts.
With Voice Over enabled, when I get to the UITableView, it doesn't let me to proceed to the UIButton, unless I go over all 300 contacts.
Is there a solution to override this and make it more friendly to the visually impaired users?