-
-
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
Disable IQKeyboard in specific view controller using swift #391
Comments
What is showing in CircleTableViewController, the toolbar one? |
Yes the tool bar one. On Sunday, 20 December 2015, Mohd Iftekhar Qurashi notifications@github.com
Sent from Gmail Mobile |
There is a separate class level method to disable toolbar. |
there is no such method "disableInViewControllerClass" |
Kindly use following method instead
|
Thanks @warisappify |
This is not working I tried IQKeyboardManager.sharedManager().disabledToolbarClasses.append(LoginViewController.self) and
|
What exact behaviour you need @PrajeetShrestha ? |
Hi @hackiftekhar ,
First of all Thank you very much for this library.
I have an issue of disabling IQKeyboard in particular view controller, I am using swift and used the following code:- IQKeyboardManager.sharedManager().disableInViewControllerClass(CircleTableViewController)
where CircleTableViewController is the class in which IQKeyboard is to be disabled. But IQKeyboard is still showing in the CircleTableViewController. Please help!
Thanks,
Karthika
The text was updated successfully, but these errors were encountered: