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?
Use [textfield setInputView:pickerView];
Replacing the System Input Views
inputView
inputAccessoryView