hsousa / HCSStarRatingView

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

Added a delegate protocol for user's finishing of interaction #41

Open romanfrozzt opened 8 years ago

romanfrozzt commented 8 years ago

Added a delegate protocol for wiring an action on user interaction finished. Sometimes it may be useful to know when the user has finished setting the value, instead of being notified about every change.