Search code examples
iosrating

How to show rating of a provider with stars


Hi guys I have a list of providers in my UITableView and want to show their rating with stars. I have an Image with 5 stars and and Integer from 1-10 from my XML. Every 1 Integer should fill a half of a star with blue color. I hope you forgive me for the bad english and help me out, Thanks.

It should look like this. The difference is that I want to fill the color of the stars from XML Strings not from user touch.

http://just-works.blogspot.in/2012/12/ahsstarrating-for-ios.html


Solution

  • A sprite is a single image, so it would be a very long image. I would use this: playarentalproperties.com/~playaren/components/com_jomholiday/… Every time the value of your "string" changes, just adjust the background of the stars up or down a few pixels to reflect the proper rating.