hsousa / HCSStarRatingView

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

How to change stars to rectanglar block #39

Closed icodebuster closed 8 years ago

icodebuster commented 8 years ago

Hi,

How can I change the rating blocks into rectangular block. My desired UI is to make into rectangular bar.

Any help much appreciated.

hsousa commented 8 years ago

What do you mean, like one single bar? Why not use a progress bar or custom view instead of this?

Anyway, for that you could use custom images or override my internal draw methods to draw your own rectangles.

icodebuster commented 8 years ago

Hi,

What I meant was instead or stars or hearts there will be rectangular boxes for rating. I will give it a shot.

Thank you for your reply.