Reputation: 2410
I have an UISlider
, which has a VoiceOver label.
VoiceOver says the position of the slider in percent, but I have values between 5 ans 20, and I want to say these to the user.
How do I stop VoiceOver from saying the position automatically?
Upvotes: 2
Views: 418
Reputation: 31
I'm not sure if you still have this issue but I found that by setting .accessibilityValue = "" that the app stopped reporting the slider value.
Upvotes: 3