hackiftekhar / IQKeyboardManager

Codeless drop-in universal library allows to prevent issues of keyboard sliding up and cover UITextField/UITextView. Neither need to write any code nor any setup required and much more.
MIT License
16.43k stars 2.4k forks source link

UIPickerView Support #135

Closed fwhenin closed 9 years ago

fwhenin commented 9 years ago

A few of my textfields on the page use a UIPickerView instead of UIKeyboard, which then doesn't show the toolbar...any way to support IQKeyboardManager toolbar to this as well

hackiftekhar commented 9 years ago

If you are using UIPickerView as textField.inputView then it's already implemented, but please be sure you haven't set it's inputAccessoryView to something else. For ease, you can check it by integrating my another open source control named "IQDropDownTextField".

I'll add it on demo project also to demonstrate custom inputView.