Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/freesuraj/star-ratings

draw star ratings using drawRect method. No images needed
https://github.com/freesuraj/star-ratings

Last synced: about 1 month ago
JSON representation

draw star ratings using drawRect method. No images needed

Awesome Lists containing this project

README

        

Star-Ratings
============

Very simple and quick star ratings for iOS using drawRect method. No images needed

#####How to use
---------------

1. copy the SPStarRatings folder (`SPStarRatings.h` and `SPStarRatings.m`) files into your project.

2. call the following method to set the ratings

-(void)setRatings:(float)rating;