I need to display a bunch of UITableViewCell in my iPhone application. Sample look below. I know how I can enable accessory view and image to UITableView cell
I think you may find everything you need here : http://github.com/eisernWolf/TouchCustoms
Either have a look at the code to have an idea of the code you need to use or just implement directly their source code into your project (do not forget to read carefully the license ;))
But in my opinion, it should be fairly easy to make your own custom rating system :
Okay, that's a summary :D but it shouldn't take too much time to build ;)