hsousa / HCSStarRatingView

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

[Request]Support Editing Changed and other events #69

Open purepure opened 6 years ago

purepure commented 6 years ago

I hope this library could support other event instead of only ValueChanged. It help we build better UI/UX. When user swipe their finger over the rating bar, we can display a description for each value:

  1. Oops! too bad
  2. Not good enough
  3. Good .... and so on

That is my idea.

BR