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

Overlap with Navigation Bar Title. #1687

Closed
LilianAlvarez opened this issue Jan 22, 2020 · 1 comment
Closed

Overlap with Navigation Bar Title. #1687

LilianAlvarez opened this issue Jan 22, 2020 · 1 comment

Comments

@LilianAlvarez
Copy link

Describe the bug
When using the IQKeyboardManager on a screen for signing up using a static tableView there is an overlap when the automatic scroll occurs to avoid Keyboard overlapping onto a UITextField.

To Reproduce
Steps to reproduce the behavior:

  1. Create a scene with a static tableView inside a TableViewController, add UITextField in groupe inset, set the always big title property.
  2. Compile the app on a real iPhone 8 device and start filling the several UITextField

Expected behavior
The overlap of the title should not occurs.

Screenshots
Capture d’écran 2020-01-22 à 15 51 04

Demo Project
If applicable, add demo project.

Versions

Xcode: 11.3
Mac OS: xx.xx.x
Simulator/Device: iPhone 8 (real device) on iOS 13.3
Library Version: 6.5.4

@dotWasim
Copy link

dotWasim commented Nov 4, 2020

after hiding the keyboard, safearea become zero. adding this line will fix the issue

IQKeyboardManager.shared.layoutIfNeededOnUpdate = true

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

3 participants