I would like some of the options in my upickerview to have, say, blue, instead of white as a background color.
A:
Implement the pickerView:viewForRow:forComponent:reusingView:
method in your delegate. Just create the views as you want them and return them in this method.
Aleph
2010-10-08 03:13:26