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
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
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.