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 for a ViewController failed #139

Closed
yidahis opened this issue Jan 6, 2015 · 2 comments
Closed

Disable for a ViewController failed #139

yidahis opened this issue Jan 6, 2015 · 2 comments
Assignees
Labels

Comments

@yidahis
Copy link

yidahis commented Jan 6, 2015

I create new project and do this:
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
// Override point for customization after application launch.
[[IQKeyboardManager sharedManager] setEnable:NO];
return YES;
}
But it doesn't work.

@hackiftekhar
Copy link
Owner

Please note, this will disable managing distance between keyboard and textField, but if you also want to remove toolbar then please use enableAutoToolbar property. Please let me know if you are talking about something else.

@yidahis
Copy link
Author

yidahis commented Jan 7, 2015

On the beginning, i didn't understand this api and now i get it. Thanks.

@yidahis yidahis closed this as completed Jan 7, 2015
@hackiftekhar hackiftekhar self-assigned this Jan 7, 2015
hackiftekhar added a commit that referenced this issue Mar 22, 2015
…139 and enabling toolbar previous/next for CustomView #154, #179.
hackiftekhar added a commit that referenced this issue Jul 12, 2016
…139 and enabling toolbar previous/next for CustomView #154, #179.

Former-commit-id: bda4c62
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