重新整理了下自己星级评价的Demo,可以展示星级评价,可以动态修改星级。

github的地址:https://github.com/hunterCold/HYBStarEvaluationView         

a simple tool of star evaluation 一个简单的星级评价的工具

简单调用:

HYBStarEvaluationView *starView = [[HYBStarEvaluationView alloc]initWithFrame:CGRectMake(10, 80, 125, 30) numberOfStars:5];
starView.scorePercent = 0;
starView.isVariable = YES;
[self.view addSubview:starView];

 

欢迎各位提出批评意见,也同时欢迎各位提供更多想法

 

相关文章:

  • 2021-11-05
  • 2021-08-13
  • 2021-06-19
  • 2021-05-27
  • 2022-12-23
  • 2021-09-02
  • 2021-07-12
猜你喜欢
  • 2021-09-04
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案