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

在与IQKeyboardmanager一起使用时,结束输入 页面会上移 #55

Open
LittleXu opened this issue Mar 25, 2022 · 2 comments
Open

Comments

@LittleXu
Copy link

No description provided.

@dodolook
Copy link

我也遇到了同样的问题,版本1.2.2

@dodolook
Copy link

No description provided.

#pragma mark - Life Cycle Methods

  • (void)viewWillAppear:(BOOL)animated {

    [super viewWillAppear:animated];
    [[IQKeyboardManager sharedManager] setEnable:NO];
    }

  • (void)viewWillDisappear:(BOOL)animated {
    [super viewWillDisappear:animated];
    [[IQKeyboardManager sharedManager] setEnable:YES];
    }
    做个特殊处理

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

No branches or pull requests

2 participants