Core Animation is Apple's framework for performing hardware-accelerated animation of display elements on the Mac and iOS devices.
I have a customTableView cell - I want to just update on cell (based on a network event occuring). So …
ios uitableview core-animationI am trying to make a view slide from top to bottom. This is not a big deal, I used …
iphone cocoa-touch core-animationI'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 cabasicanimationI 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-rotationI have tried to set the duration (with the normal methods that I would try) for setting the animation duration …
iphone core-animation uicollectionviewso--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 instrumentsThe documentation is not talking really much about what this technically does. fadeInAnimation.fillMode = kCAFillModeForwards; I don't really see the …
iphone cocoa-touch core-animationWhats 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-graphicsI 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 catransform3dI 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