Core Animation is Apple's framework for performing hardware-accelerated animation of display elements on the Mac and iOS devices.
I am working on a CATextLayer that I want to use in both Mac and iOS. Can I control the …
iphone macos ios core-animation text-alignmentIn my app, I use drawViewHierarchyInRect:afterScreenUpdates: in order to obtain a blurred image of my view (using Apple’s …
ios objective-c cocoa-touch core-animationI want to do something similar to the following: How to mask an image in IOS sdk? I want to …
ios uikit core-animation core-graphics maskI need to chain animations, CABasicAnimation or CAAnimationGroup but I don't know how to do it, the only that I …
core-animation caanimation cabasicanimationBefore this code, my movie pic alpha is set to 0, CABasicAnimation* fadein= [CABasicAnimation animationWithKeyPath:@"alpha"]; [fadein setToValue:[NSNumber numberWithFloat:1.0]]; [fadein …
ios core-animation alpha cabasicanimationI'm creating a CAShapeLayer to use as a mask for a UIView's layer. I'm using a UIBezierPath to draw the …
ios objective-c geometry core-animation uibezierpathA UIView has a CALayer. That's pretty sure. But both seem to provide something that means the same thing. If …
ios uiview uikit core-animation calayerI'm probably missing something simple, but trying to do a simple "Ken Burns Effect" with an image view. First the …
objective-c ios core-animation cgaffinetransformscaleTwitter for iPad implements a fancy "pinch to expand paper fold" effect. A short video clip here. http://www.youtube.…
ios objective-c animation core-animationhow can I add an animation to a UITextField to indicate wrong password exactly like the one in facebook app (…
iphone objective-c ios core-animation