-
-
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
Disabling IQKeyboardManager in specific View Controller. #117
Labels
Comments
Sorry. It is working. I just thought the toolbar with next/previous should be removed also? |
If you wantto removetoolbar then you can use enableAutotoolbar property to set NO. |
How @hackiftekhar ? Can't seem to find the method enableAutotoolbar. |
@rhenz |
hackiftekhar
added a commit
that referenced
this issue
Mar 22, 2015
hackiftekhar
added a commit
that referenced
this issue
Jul 12, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @hackiftekhar ,
I'm having a weird problem here.
The IQKeyboardManager doesn't seem to get turn off? No idea why.
What I did is import IQKeyboardManager. In viewDidAppear i have this:
_wasKeyboardManagerEnabled = [[IQKeyboardManager sharedManager] isEnabled];
[[IQKeyboardManager sharedManager] setEnable:NO];
Then in viewWillDisappear
[[IQKeyboardManager sharedManager] setEnable:_wasKeyboardManagerEnabled];
But upon testing the keyboardManager still exist in that viewController.
The text was updated successfully, but these errors were encountered: