I’m using the UIView method animateWithDuration:animations to animate sliding a UIView. It appears slightly choppy. Is there a better method, like CoreGraphics, to accomplish a smoother animation?
I’m using the UIView method animateWithDuration:animations to animate sliding a UIView . It appears
Share
You can try to use different
UIViewAnimationOptionsThe default is
UIViewAnimationOptionCurveEaseInOut, but you can try others: