TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Dec 2014 |
Maintained by Unclaimed.
ASStarRatingView is a control to rating with stars, it's simple to use and configurable.
starRatingView.canEdit = YES;
starRatingView.maxRating = 8;
starRatingView.minAllowedRating = 4;
starRatingView.maxAllowedRating = 6;
starRatingView.rating = 5;
http://www.raywenderlich.com/1768/how-to-make-a-custom-uiview-a-5-star-rating-view
ASStarRatingView is available under the MIT license. See the LICENSE file for more info.