When a UITableViewCell is selected, voice over announces "selected", I don't want voice over to say "selected". How can i achieve this ?
Things I have tried with no success:
- Changed the cell
accessibilityHint
andaccessibilityLabel
- Changed the cell
selectionStyle = UITableViewCellSelectionStyleNone
- changed the cell
accessibilityTraits = UIAccessibilityTraitButton
Question:
- I don't want voice over to say "selected" when a cell is selected. How can i achieve this ?