tags:

views:

7

answers:

1

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