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

I cannot disable the manager #44

Closed
omarojo opened this issue Apr 10, 2014 · 2 comments
Closed

I cannot disable the manager #44

omarojo opened this issue Apr 10, 2014 · 2 comments
Assignees
Labels

Comments

@omarojo
Copy link

omarojo commented Apr 10, 2014

#import < IQKeyboardManager/IQKeyboardManager.h >

 - (void)viewDidLoad{
    [super viewDidLoad];
    [[IQKeyboardManager sharedManager] setEnable:NO];

// All my textfields and UITextViews are in the Interface Builder.

Enable property is just not working...

@hackiftekhar
Copy link
Owner

What kind of problem are you getting? Actually enable property is used to maintain the distance between the textField & keyboard. If you want to disable the autotoolbar then you should use the enableAutoToolbar property. Could you explain it a bit more?

@omarojo
Copy link
Author

omarojo commented Apr 10, 2014

You are right.. I was missing the enableAutoToolbar to disable it completely.
Great Library btw !! Congratulations

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