重新整理了下自己星级评价的Demo,可以展示星级评价,可以动态修改星级。
github的地址:https://github.com/hunterCold/HYBStarEvaluationView
a simple tool of star evaluation 一个简单的星级评价的工具
简单调用:
HYBStarEvaluationView *starView = [[HYBStarEvaluationView alloc]initWithFrame:CGRectMake(, , , ) numberOfStars:];
starView.scorePercent = ;
starView.isVariable = YES;
[self.view addSubview:starView];
欢迎各位提出批评意见,也同时欢迎各位提供更多想法