I'm using a UISegmentedControl to ask the user to select from a range of numbers. The start of the range is not necessarily at 1.
When using VoiceOver, the segment that is focused reads the accessibilityLabel, followed by the accessibilityTrait ("button"), followed by the numeric position in the control ("x of y"), followed by the accessibilityHint.
How can I change the "x of y" that's spoken between the trait and the hint?
It's confusing when the user has just selected a segment labeled "10" and hears "ten. button. 11 of 11."
When using VoiceOver, the segment that is focused reads the accessibilityLabel, followed by the accessibilityTrait ("button"), followed by the numeric position in the control ("x of y"), followed by the accessibilityHint.
How can I change the "x of y" that's spoken between the trait and the hint?
It's confusing when the user has just selected a segment labeled "10" and hears "ten. button. 11 of 11."