SkillAgentSearch skills...

ASStarRatingView

A simple iOS control for rating with stars

Install / Use

/learn @yanguango/ASStarRatingView
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

#ASStarRatingView ASStarRatingView is a control to rating with stars, it's simple to use and configurable.

##Screenshot screenshot

##Config

	starRatingView.canEdit = YES;
	starRatingView.maxRating = 8;
	starRatingView.minAllowedRating = 4;
	starRatingView.maxAllowedRating = 6;
	starRatingView.rating = 5;

##Reference http://www.raywenderlich.com/1768/how-to-make-a-custom-uiview-a-5-star-rating-view

##License ASStarRatingView is available under the MIT license. See the LICENSE file for more info.

View on GitHub
GitHub Stars37
CategoryDevelopment
Updated2y ago
Forks13

Languages

Objective-C

Security Score

75/100

Audited on Mar 17, 2024

No findings