how to show pickerview in uitextfield not the keyboard?

Rahul Vyas picture Rahul Vyas · May 25, 2009 · Viewed 30.2k times · Source

I want to show a UIPickerView on becoming FirstResponder of a UITextfield not the keyboard and fill the value in text field form the picker view.

any one knows this?

Answer

mafonya picture mafonya · Apr 20, 2012

Use [textfield setInputView:pickerView];

Replacing the System Input Views
inputView
inputAccessoryView