TPKeyboardAvoiding
TPKeyboardAvoiding copied to clipboard
TableView limits scrolling after keyboard dismisses (iPhone 6, iOS 8.0, XCode 6)
This does not occur on iOS 7.
Fixed: https://github.com/sedwo/TPKeyboardAvoiding/commit/f0fcc64cb9d0d442ec4599fb619def8162406231
I am also having this issue.
The solution I found was to change the notification for both the show and hide method from UIKeyboardWillShowNotification & UIKeyboardWillHideNotification both to UIKeyboardFrameEndUserInfoKey in TPKeyboardAvoidingTableView.