I am using a UITextField with a UIPickerView for its inputView, so that when the user taps the text field, a picker is summoned for th
UITextField
UIPickerView
inputView
set the tintColor to Clear Color
textfield.tintColor = [UIColor clearColor];
and you can also set from the interface builder