-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot disable automatic toolbar creation for a specific field #89
Comments
self.timeSelectionTextField.inputAccessoryView = [[UIView alloc] init]; |
Any updates on this? |
Sorry it took a while to respond. Here is a link to a basic demo project: As I mentioned. Neither creating a toolbar manually or setting an empty view works. IQKeyboardManager toolbar always appears. And this code was working with previous versions. |
Hey r00li, Thanks |
Just release v3.2.0.1 through cocoapods. |
remove toolbar. Just use datepicker ;) |
I am having a problem with the latest version of IQKeyboardManager. I cannot disable automatic keyboard toolbar creation for a specific field. I need the default toolbars on all my textfields except one. This one needs a custom toolbar. In the older version of IQKeyboardManager this worked fine:
But I still get the default IQKeyboardManager toolbar when the keyboard shows up.
I also tried this:
self.timeSelectionTextField.inputAccessoryView = [[UIView alloc] init];
but it doesn't work either - toolbar is still there.The text was updated successfully, but these errors were encountered: