HCSStarRatingView icon indicating copy to clipboard operation
HCSStarRatingView copied to clipboard

How can we increase the size of the image of rating star?

Open vishal91 opened this issue 8 years ago • 1 comments

I am using custom images , tried increasing height of the view but the size of the image is not increased. Whats the work around. i am using constraints for build the view.

vishal91 avatar Nov 06 '16 09:11 vishal91

Right now this control assumes stars (or rating steps, depending on what image you are using) are always squares, sorry.

I plan on supporting this in an upcoming version, but if you need it now you can change how it works internally (look at drawRect's starSide usage).

If you do change it, feel free to submit a pull request. 🙂

hsousa avatar Nov 06 '16 09:11 hsousa