Currently, any UITableViewCell
with disclosure indicator has an Accessibility Voiceover text ending in 'Button'. This seems to appear only when the disclosure indicator is turned on for that cell. Due to some design constraints, I'm unable to use disclosure indicator but am using an image in place of the disclosure indicator. In this case, how to force the voiceover to read the UITableViewCell
as a button at the end as if a disclosure indicator were present?
Based on past experience I know some of you might ask for what code can you show? Since this is a conceptual question, apart from setting the table view cell to show disclosure indicator I do not have any code written. Any help or guidance will be greatly appreciated. Thank you.