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

Pressing next button on UIKeyboard and then hide keyboard by scrolling the table view #448

Open
wideving opened this issue Apr 14, 2016 · 4 comments

Comments

@wideving
Copy link

Hello, thanks for an awesome library. Just noticed that when you press next when keyboard is showing and remove the keyboard by scrolling the table view the height on the scroll view/table view will not be correct. There will be a gap at the bottom of the form in the size of the uikeyboard

@TheLittleBoy
Copy link

If you don't press next button ,it has no problem.

@TheLittleBoy
Copy link

when you press next button or change keyboard type ,it will call method 'keyboardDidShow:' again , and it don't call method 'keyboardWillHide' before.

@rocxteady
Copy link

+1

And you don't have to tap the next button for this. When you tap to the next field, this problem occurs again.

@rocxteady
Copy link

rocxteady commented Jul 5, 2016

I added a temporary fix:
Fix

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