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
Simply subclass UITextField and override caretRectForPosition
- (CGRect)caretRectForPosition:(UITextPosition *)position { return CGRectZero; }