I want to achieve something like this:
There should be always 5 dots in total, but the black colored Dots can be variable. Is there any Github Project or something like that? I tried it with Subclasses of the UIProgressbar but that not reallys worked well!
cell.ratingDot.numberOfPages = 5;
cell.ratingDot.alignment = GTControlAlignmentLeft;
cell.ratingDot.pageIndicatorTintColor = [UIColor whiteColor];
//Its not possible as you can see to set more than one dot to the ratingDot value
cell.ratingDot.currentPageIndicatorTintColor = [UIColor blackColor];