RatingView icon indicating copy to clipboard operation
RatingView copied to clipboard

number of stars to display programatically??

Open akshay-shah opened this issue 8 years ago • 2 comments

I cant find any method to setCount.

akshay-shah avatar Aug 30 '16 12:08 akshay-shah

@akshay-shah Actually that was intentional. There shouldn't be any need to change stars count at runtime I guess. What to do if rating set before is greater than new stars count?

Ornolfr avatar Aug 30 '16 17:08 Ornolfr

i am facing a problem with rating stars getting increased on runtime.. for eg. I have set stars max count = 5 but during runtime if i get a rating of 4.5 it shows 6 stars even though max count = 5 , i.e 4 full stars 1 half star and 1 empty star

akshay-shah avatar Aug 31 '16 04:08 akshay-shah