michaeltyson / TPKeyboardAvoiding

A drop-in universal solution for moving text fields out of the way of the keyboard in iOS
http://atastypixel.com/blog/a-drop-in-universal-solution-for-moving-text-fields-out-of-the-way-of-the-keyboard/
zlib License
5.81k stars 926 forks source link

I have single textfield in single custom cell, i have used Tpkeyboardavoidingtableview class but next is not working #268

Closed himanshu1261994 closed 6 years ago

jkmathew commented 6 years ago

Have you set the delegate of the textfield?

himanshu1261994 commented 6 years ago

Yes i have used, so i think that is the reason not able to go next right ?? It's ok now i'm using Tpkeyboard and IQKeyboardManager both. Thanks