Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/terminatorover/rgcustomrating

Drop In Class used for rating 5 stars.
https://github.com/terminatorover/rgcustomrating

Last synced: 22 days ago
JSON representation

Drop In Class used for rating 5 stars.

Awesome Lists containing this project

README

        

RGCustomRating
==============

Drop In Class used for rating 5 stars.

You get a call back via the following RGRatingView protocol method
- (void)userSetRatingToIndex:(NSInteger )index;

---> Modifiying colors
- (void)setShadowColor:(UIColor *)color;;
- (void)setSelectedColor:(UIColor *)color;
- (void)setUnselectedColor:(UIColor *)color;