Documentation
Public headers should be documented inline.
Might also be worth creating a cocoadocs.org-compatible documentation.
Update: turns out CocoaDocs is pretty smart: http://cocoadocs.org/docsets/HCSStarRatingView/
So, all that's really needed is proper documentation in the header files.
What do properties:
- HCSStarRatingViewShouldBeginGestureRecognizerBlock
- shouldBecomeFirstResponder
- continuous
?
HCSStarRatingViewShouldBeginGestureRecognizerBlock: https://github.com/hsousa/HCSStarRatingView/commit/2bade4bf8f593d57e80f21cb1f7535a635a5c754
Added a property to decide whether or not other gesture recognizers should be allowed. Related to #22
shouldBecomeFirstResponder: #24
continuous: #22https://github.com/hsousa/HCSStarRatingView/commit/d4cc2ccaa7b8a9ed1b63c0cb38a02dcfeea595d1
Continuous property value indicating whether changes in the rating value generate continuous update events.