nicklockwood / FXForms

[DEPRECATED]
Other
2.93k stars 339 forks source link

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

Open wideving opened 8 years ago

wideving commented 8 years ago

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 commented 8 years ago

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

TheLittleBoy commented 8 years ago

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

rocxteady commented 8 years ago

+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 commented 8 years ago

I added a temporary fix: Fix