hsousa / HCSStarRatingView

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

avoid double init #37

Closed xilin closed 8 years ago

xilin commented 8 years ago

Since init: method will call initWithFrame:, the _customInit will be called twice.