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

How to disable the IQKeyboardManager in somewhere #656

Closed
sec7et opened this issue Sep 26, 2016 · 2 comments
Closed

How to disable the IQKeyboardManager in somewhere #656

sec7et opened this issue Sep 26, 2016 · 2 comments
Labels

Comments

@sec7et
Copy link

sec7et commented Sep 26, 2016

I used this way to disable the IQKeyboardManager, but it doesn’t work:

  • (void)viewDidAppear:(BOOL)animated {
    [super viewDidAppear:animated];

    [IQKeyboardManager sharedManager].enable = NO;
    }

And I also try to use another method, it doesn't work, too:
[[[IQKeyboardManager sharedManager] disabledDistanceHandlingClasses] addObject:[XXXX class]];

How can I disable the IQKeyboardManager when I enter the special ViewController ?

@zxshang
Copy link

zxshang commented Sep 28, 2016

I found the same problem. it's not working what ever enable is YES or NO... I just want some page use IQKeyboardManager and others not. sign...

@sec7et you can check #574

@hackiftekhar
Copy link
Owner

@sec7et are you asking about disabling toolbar too?

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

3 participants