CALayer is a Core Animation class in the Quartz Core framework.
I'm attempting to create a fairly simple CoreAnimation for use in an AVComposition. My goal is to create a CALayer …
ios core-animation avfoundation calayer cakeyframeanimationI'm trying to build a rather simple animated custom UI using the Auto Layout API newly available iOS 6. The custom …
ios cocoa-touch uiview calayer autolayoutHow do I rotate a CALayer 90 degrees? I need to rotate everything include sublayers and the coordinate system.
objective-c core-animation calayerI'm trying to draw a circle using UIBezierPath addArcWithCenter method : UIBezierPath *bezierPath = [UIBezierPath bezierPathWithOvalInRect:CGRectMake(0., 0., 100., 100.)]; [bezierPath addArcWithCenter:center radius:0. startAngle:0 …
objective-c calayer cashapelayer cabasicanimationI've made a CALayer with an added CATextLayer and the text comes out blurry. In the docs, they talk about "…
text ios core-animation calayerI want my UICollectionViewCells to have rounded corners and drop shadows but I have run into a problem where it …
ios objective-c calayer uicollectionviewcellI'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 calayer