I want to change the background color in UIPickerView, Is it possible?
UIPickerView
Seems iOS 4.2 doesn't has any subview...
NSLog(@" %@ ", [self.pickerView subviews]);
returns empty array.