Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/freesuraj/star-ratings
- Owner: freesuraj
- License: mit
- Created: 2014-02-19T02:34:57.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-19T03:20:13.000Z (about 11 years ago)
- Last Synced: 2024-11-19T07:09:00.863Z (3 months ago)
- Size: 137 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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;