michaeltyson / TPKeyboardAvoiding

A drop-in universal solution for moving text fields out of the way of the keyboard in iOS

Home Page:http://atastypixel.com/blog/a-drop-in-universal-solution-for-moving-text-fields-out-of-the-way-of-the-keyboard/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

the height of table view has shrunk

duongan opened this issue · comments

I've used the TPKeyboardAvoidingTableView to make UITextField of the detail's screen were not covered by the keyboard when the keyboard showed up. The keyboard was shown when tapped on UITextField. But I had a problem when I went back to the profile screen, the height of the table view was not full screen as before. It became like this picture, it sometimes was blank .This problem just came when tapped on a first text field (keyboard showed up) and tapped again on another text field (keyboard still there) in the detail's screen and then went back to the profile screen, the problem showed up. There was nothing wrong if I tapped on Done button on the keyboard to dismiss it before every time I tapped on another text field. One more thing, this issue just happened to iOS 8.