Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/terminatorover/rgcustomrating
- Owner: terminatorover
- Created: 2014-12-30T06:12:21.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-07T05:44:24.000Z (almost 10 years ago)
- Last Synced: 2023-08-03T15:20:57.197Z (over 1 year ago)
- Language: Objective-C
- Size: 199 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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;