RatingBar 0.0.2× 测试已测试✗ 语言语言 Objective-CObjective C许可证 MIT 发布最后发布2015年5月由yuyedaidao维护。安装指南×RatingBar 的安装指南您想在 Podfile 中添加类似以下内容来安装 pod 'RatingBar', '~> 0.0'target 'MyApp' do pod 'RatingBar', '~> 0.0' end然后在终端内运行 pod install,或在 CocoaPods.app 中运行。如果您想先进行测试,可以运行以下命令:pod try RatingBar查看 PodspecGitHub 仓库CocoaPods.org 上的页面RatingBar 0.0.2作者:yuyedaidaoyuyedaidao/RatingBarGitHub 仓库 使用说明 pod RatingBar, '~>0.0.1' RatingBar *bar = [[RatingBar alloc] initWithFrame:CGRectMake(50, 50, 180, 30)]; [view addSubview:bar]; 如果评分最后只需 bar.starNumber 即可获得星星的数量 如果展示只需 bar.starNumber = count;