Skip to content
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 plugin on specify ViewController #574

Closed
antons81 opened this issue Jul 18, 2016 · 3 comments
Closed

Disable plugin on specify ViewController #574

antons81 opened this issue Jul 18, 2016 · 3 comments
Labels

Comments

@antons81
Copy link

How Can I disable IQKeyboardManager on specific controller IQKeyboardManager.sharedManager().enableAutoToolbar = false IQKeyboardManager.sharedManager().enable = false
doesn't work for me

@hackiftekhar
Copy link
Owner

Please take a look at #572 looks like you are looking for this

@antons81
Copy link
Author

This doesn't help I have tried it as well

IQKeyboardManager.sharedManager().disabledToolbarClasses.addObject(self)
IQKeyboardManager.sharedManager().enableAutoToolbar = false
IQKeyboardManager.sharedManager().enable = false

    IQKeyboardManager.sharedManager().disabledDistanceHandlingClasses.addObject(self)

@hackiftekhar
Copy link
Owner

ok, then could you please take a look at demo project? It's implemented there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants