tags:

views:

151

answers:

2

hi, how can create ratings using UIPicker, eg. 0-star to 5-star, how this can be done, anyone can give sample code please

thanks

A: 

As Ian Henry pointed out, the reference describes how you can set each component of a UIPicker to use images rather than text, using the UIPickerViewDelegate class; specifically, using the pickerView:viewForRow:forComponent:reusingView: method.

Shaggy Frog