UIView-EasingFunctions icon indicating copy to clipboard operation
UIView-EasingFunctions copied to clipboard

Spazzy simulator animations in XCode 6

Open jtmarmon opened this issue 11 years ago • 4 comments

Using the easing functions on my iPhone 5s is fine, but when I move to the 5s simulator in XCode 6, the animations are super spazzy.

jtmarmon avatar Jul 14 '14 17:07 jtmarmon

Have you figured out a fix/workaround ?

dannybabiy avatar Jul 31 '14 21:07 dannybabiy

Nope! Didn't really need one since I can just debug on my phone although it is slightly irritating

jtmarmon avatar Aug 01 '14 01:08 jtmarmon

Yeah also having this problem - this issue saved me from rolling back to xCode 5 though! I thought the simulator was gospel.

glenstorey avatar Aug 07 '14 18:08 glenstorey

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

tapthaker avatar Sep 28 '14 20:09 tapthaker