You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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 ?
The text was updated successfully, but these errors were encountered: