Core Animation is Apple's framework for performing hardware-accelerated animation of display elements on the Mac and iOS devices.
Is there any way to tell if a UIView is in the middle of an animation? When I print out …
ios cocoa-touch uiview core-animation uiviewanimationI've been trying to figure out a way to draw segments as illustrated in the following image: I'd like to: …
ios core-animation core-graphicsI've made a CALayer with an added CATextLayer and the text comes out blurry. In the docs, they talk about "…
text ios core-animation calayerAny ideas as to how Apple implemented the "slide to unlock" (also, "slide to power off" is another identical example) …
ios objective-c cocoa-touch core-animationI am having issues with the following warning: CoreAnimation: warning, deleted thread with uncommitted CATransaction; set CA_DEBUG_TRANSACTIONS=1 in …
multithreading core-animation nsoperation catransactionI have an instance of MKMapView and would like to use custom annotation icons instead of the standard pin icons …
iphone core-animation mapkit mkpinannotationviewI'm porting a block of code from an iOS4 project to iOS5 and I'm having some troubles with ARC. The …
objective-c ios core-animation calayer automatic-ref-countingHow do I bring a CALayer sublayer to the front of all sublayers, analogous to -[UIView bringSubviewToFront]?
iphone objective-c ios core-animation calayerFor some reason, when I try to animate textColor, it won't work. The textColor just suddenly changes from A to …
iphone core-animationI have a basic spinning animation of the iPhone. Is there any way that I can "pause" the animation so …
iphone core-animation cabasicanimation