hsousa / HCSStarRatingView

Simple star rating view for iOS written in Objective-C
MIT License
1.28k stars 196 forks source link

Allow change in star shape programmatically #71

Open jwolkovitzs opened 4 years ago

jwolkovitzs commented 4 years ago

Allows change in star shape programmatically by overriding the - (void)_drawAccurateHalfStarShapeWithFrame:(CGRect)frame tintColor:(UIColor *)tintColor progress:(CGFloat)progress { method