SkillAgentSearch skills...

StarRating

星星评分,评分星星

Install / Use

/learn @Zws-China/StarRating
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

StarRating

星星评分,评分星星

GitHub: https://github.com/Zws-China/StarRating

PhotoShoot

image

How To Use


#import "WSStarRatingView.h"


WSStarRatingView *starRatingView = [[WSStarRatingView alloc] initWithFrame:CGRectMake(30, 200, self.view.frame.size.width-60, 50) numberOfStar:5];
starRatingView.delegate = self;
[self.view addSubview:starRatingView];

//StarRatingViewDelegate
- (void)starRatingView:(WSStarRatingView *)view score:(float)score
{
    scoreLabel.text = [NSString stringWithFormat:@"%0.1f分",score * 5 ];

}


View on GitHub
GitHub Stars31
CategoryDevelopment
Updated7y ago
Forks2

Languages

Objective-C

Security Score

55/100

Audited on Mar 2, 2019

No findings