EDStarRating icon indicating copy to clipboard operation
EDStarRating copied to clipboard

show half image and hide empty support?

Open beiliubei opened this issue 11 years ago • 2 comments

eg. maxRating = 5.0 rating = 2.5 star

beiliubei avatar Jul 04 '14 02:07 beiliubei

It's already implemented, use the following

_starRatingImage.displayMode=EDStarRatingDisplayHalf;

estemendoza avatar Sep 26 '14 13:09 estemendoza

Seems it has a bug for it. If I use an empty image like UIImage() for starImage(not highlighted) then it works not as I expected. 233: CGPoint starPoint = [self pointOfStarAtPosition:i highlighted:NO]; this should be 233: CGPoint starPoint = [self pointOfStarAtPosition:i highlighted:YES];

w4-steve avatar Jul 24 '15 04:07 w4-steve