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