UIView-EasingFunctions
UIView-EasingFunctions copied to clipboard
iOS8 spazzy animations
I'm building against the iOS8 SDK through Xcode6. If I run it on a iOS7 device, the animations work properly. However on an iOS8 device the animations are 'spazzy'.
+1
Specifically created a new repo which changes the implementation inside but works almost in the same way, couldn't add bouncy & elastic animations but if you are using other easings you should try it. https://github.com/thegreatloser/UIView-Easing
@thegreatloser thanks man, it solved my problem with iOS8!