Top "Core-animation" questions

Core Animation is Apple's framework for performing hardware-accelerated animation of display elements on the Mac and iOS devices.

iOS UITableView "'Attempt to create two animations for cell'"

I have a customTableView cell - I want to just update on cell (based on a network event occuring). So …

ios uitableview core-animation
After Animation, View position resets

I am trying to make a view slide from top to bottom. This is not a big deal, I used …

iphone cocoa-touch core-animation
CABasicAnimation with CALayer path doesn't animate

I'm trying to animation the transition of a CALayer from normal corners to rounded corners. I only want to round …

core-animation calayer uibezierpath cgpath cabasicanimation
How to rotate an layer at a specific anchor point without a skip?

I want to rotate a layer with an image at the top left corner, and not the center. According to …

ios cocoa-touch core-animation image-rotation
Animation Duration for UICollectionView selectItemAtIndexPath:animated:scrollPosition:

I have tried to set the duration (with the normal methods that I would try) for setting the animation duration …

iphone core-animation uicollectionview
What does yellow tinting represent when using "color misaligned images" on iPhone/iOS

so--i switched on "color misaligned images" to improve drawing performance in our app. The documentation states: Puts a magenta overlay …

iphone ios core-animation core-graphics instruments
What does fillMode do exactly?

The documentation is not talking really much about what this technically does. fadeInAnimation.fillMode = kCAFillModeForwards; I don't really see the …

iphone cocoa-touch core-animation
CATransform3D vs. CGAffineTransform?

Whats the difference between the two? I'm sure they have pros and cons, and situations they are better performers in. …

iphone cocoa cocoa-touch core-animation core-graphics
iOS: Simultaneous scale and 3D rotation animation

I made a video demonstrating the animation i'm trying to accomplish: Here it is. Notice the video illustrates the action …

ios uiview core-animation cgaffinetransform catransform3d
Animate CAShapeLayer path on animated bounds change

I have a CAShapeLayer (which is the layer of a UIView subclass) whose path should update whenever the view's bounds …

ios animation core-animation cashapelayer