When table view is at the bottom and a user hit a TextField on some bottom cell, TPKeyboardAvoiding works fine to scroll it so the TextField can be seen. But when the keyboard is dismissed, table view scroll to the top.
I've made a simple test project showing this issue:
https://dl.dropboxusercontent.com/u/3400922/TPKeyboardAvoidingTest.zip
higher rows works fine, but the lower has this issue.
When table view is at the bottom and a user hit a TextField on some bottom cell, TPKeyboardAvoiding works fine to scroll it so the TextField can be seen. But when the keyboard is dismissed, table view scroll to the top.
I've made a simple test project showing this issue:
https://dl.dropboxusercontent.com/u/3400922/TPKeyboardAvoidingTest.zip
higher rows works fine, but the lower has this issue.