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

Fix TPKeyboardAvoiding_contentInsetForKeyboard #288

Closed agusguerra10 closed 4 years ago

agusguerra10 commented 4 years ago

Reset newInset.bottom to state.priorInset.bottom if the keyboard is getting closed.

michaeltyson commented 4 years ago

Thank you!