Core Animation is Apple's framework for performing hardware-accelerated animation of display elements on the Mac and iOS devices.
How to animate CAShapeLayer path and fillColor? How to animate strokeEnd to show the path being drawn? and how to …
iphone ios core-animation cgpath cashapelayerWe are currently developing an application that contains a series of icons. We want the icons to wiggle like the …
ios objective-c core-animationI can not figure out how to use CATransform3DMakeRotation(). Can somebody please tell me how to use it? I …
ios core-animation catransform3dI've read and try this article (Opening door effect using Core Animation) And I implement following code in my app: …
iphone core-animation catransform3d sliding-doorsUsing the code below I've been trying to get my CALayer to scale around its center - but it scales …
ios core-animationI would like to present a view in the same manner as that of UIAlertView - a pop/spring. Unfortunately …
iphone cocoa-touch core-animationI’ve created a UIView with a semi-transparent black background to sit across my main app’s view. What I’…
ios objective-c uiview core-animation cashapelayerHere I found how to animate UIButton's title change using now-deprecated beginAnimations:context: method: UIBUtton title animation for iPhone How …
ios cocoa-touch uibutton core-animationHow can I have one CABasicAnimation to run after the other one has finishes? In other words sequentially. I've added …
iphone objective-c ios core-animation cabasicanimationFor my understanding, beginTime can be used to say "hey, start at exactly 12:00 'o clock". But how would I tell …
ios iphone cocoa-touch uikit core-animation