hsousa / HCSStarRatingView

Simple star rating view for iOS written in Objective-C
MIT License
1.28k stars 194 forks source link

Accessibility: how to give rating with VoiceOver? #73

Open alierdogan7 opened 2 years ago

alierdogan7 commented 2 years ago

When HCSStarRatingView is tested with VoiceOver and accessibility enabled, it only reads the current value of rating and passes to the next element. I want visually impaired users to be able to select the 1st star, 2nd star and so on. while VoiceOver focuses on each star one by one and allows user to select it and give rating. Is it possible?