TPKeyboardAvoiding icon indicating copy to clipboard operation
TPKeyboardAvoiding copied to clipboard

TableView limits scrolling after keyboard dismisses (iPhone 6, iOS 8.0, XCode 6)

Open sedwo opened this issue 10 years ago • 3 comments

This does not occur on iOS 7. tpkeyboardavoiding_tableview_scrolling

sedwo avatar Sep 25 '14 15:09 sedwo

Fixed: https://github.com/sedwo/TPKeyboardAvoiding/commit/f0fcc64cb9d0d442ec4599fb619def8162406231

sedwo avatar Sep 28 '14 13:09 sedwo

I am also having this issue.

robdigital avatar Mar 13 '15 16:03 robdigital

The solution I found was to change the notification for both the show and hide method from UIKeyboardWillShowNotification & UIKeyboardWillHideNotification both to UIKeyboardFrameEndUserInfoKey in TPKeyboardAvoidingTableView.

ThatGuyWhoCodes avatar Mar 26 '15 10:03 ThatGuyWhoCodes