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

Deprecated methods in iOS 13 #287

Open rtamesis opened 4 years ago

rtamesis commented 4 years ago

The following methods are deprecated in iOS 13:

beginAnimations:context setAnimationCurve: setAnimationDuration: commitAnimations

Xcode 11 recommends using the blocked-based animation API instead.