RatingBar 0.0.2× TestsTested ✗ LangLanguage Obj-CObjective C License MIT ReleasedLast Release May 2015Maintained by yuyedaidao.Installation Guide×Installation Guide for RatingBarYou want to add pod 'RatingBar', '~> 0.0' similar to the following to your Podfile:target 'MyApp' do pod 'RatingBar', '~> 0.0' endThen run a pod install inside your terminal, or from CocoaPods.app.Alternatively to give it a test run, run the command:pod try RatingBarSee PodspecGitHub RepoPage on CocoaPods.orgRatingBar 0.0.2Byyuyedaidaoyuyedaidao/RatingBarGitHub Repo 使用说明 pod RatingBar, '~>0.0.1' RatingBar *bar = [[RatingBar alloc] initWithFrame:CGRectMake(50, 50, 180, 30)]; [view addSubview:bar]; 如果评分最后只需 bar.starNumber 就可获得星星的数量 如果展示只需 bar.starNumber = count;