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 925 forks source link

keyboard return key is always 'Done' not next #259

Open Waseemasif05 opened 6 years ago

Waseemasif05 commented 6 years ago

I have used this keyboard avoiding scroll view for many projects.It works well but I have a weird issue that every things works correctly just the return key title is 'Done' instead of 'Next' for all the 4 to 5 fields in screen where only the last field should be 'Done'.Remaining should be 'Next' but they function like next while their title is 'Done'. using iOS 10, iOS 11 Main project is in swift Very difficult to debug the actual cause of this issue in this library. Any Help