Skip to content

Conversation

KinoAndWorld
Copy link

delegate :
//可以用于设置星星范围控制

- (BOOL)starRatingView:(TQStarRatingView *)view shouldShowScore:(float)score;

property:
//设置星星填充的最小粒度 默认是StartFillTypeAll

@property (nonatomic, assign) StartFillType fillType;

/**
 填充粒度
 */
typedef enum : NSUInteger {
    StartFillTypeAll,   //自由填充 粒度是0.1
    StartFillTypeHalf,  //半颗星
    StartFillTypeFull,  //一颗星
} StartFillType;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant