I have a UITableViewCell that is displayed with a discolor indicator but opens another application rather than pushing a view controller (for example 'Visit our Website', opening in Safari). My limited understanding of accessibility and voiceover leads me to believe this should be marked as a 'link' rather than a 'button', since the user will be leaving the app. To accomplish this I set the accessibilityTraits to .link.
However, as soon as I set the disclosure indicator on the cell, the cell is read as 'Visit our Website - button, link".
Is there a way to keep the disclosure indicator but remove the .button trait from a cell?