What are are the proper UIAccessibility traits and handlers required to make a UISlider usable with VoiceOver enabled?
Are there any descriptions of how a user might use a UISlider with VoiceOver enabled?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Here’s what I ended up adding to a UISlider for VoiceOver accessibility:
And in the target method for the control event UIControlEventValueChanged:
With VoiceOver enabled, this slider then spoke the new value as I swiped up and down (not back and forth) over it after setting the focus to that slider.