RatingBar 0.0.2

RatingBar 0.0.2

测试已测试
语言语言 Objective-CObjective C
许可证 MIT
发布最后发布2015年5月

yuyedaidao维护。



RatingBar 0.0.2

  • 作者:
  • yuyedaidao

pic

使用说明

pod RatingBar, '~>0.0.1'

RatingBar *bar = [[RatingBar alloc] initWithFrame:CGRectMake(50, 50, 180, 30)];
[view addSubview:bar];

如果评分最后只需

bar.starNumber

即可获得星星的数量

如果展示只需

bar.starNumber = count;