TQStarRatingView
TQStarRatingView copied to clipboard
iOS 星星评分视图控件,点击和滑动评分。
Results
2
TQStarRatingView issues
Sort by
recently updated
recently updated
newest added
如果能点击、拖动是整颗星那就完美了
delegate : //可以用于设置星星范围控制 ``` - (BOOL)starRatingView:(TQStarRatingView *)view shouldShowScore:(float)score; ``` property: //设置星星填充的最小粒度 默认是StartFillTypeAll ``` @property (nonatomic, assign) StartFillType fillType; /** 填充粒度 */ typedef enum : NSUInteger { StartFillTypeAll, //自由填充 粒度是0.1 StartFillTypeHalf,...