Top "Calayer" questions

CALayer is a Core Animation class in the Quartz Core framework.

What are the differences between a UIView and a CALayer?

Both have most of the same attributes, both support different kind of animations, both represent different data. What are the …

ios uiview uikit calayer
iOS - How To Remove Previously Added Sublayers Of a UIView

I have a custom view which is a subclass of UIView. I added some sublayers to the custom view but …

ios uiview calayer
adding black overlay with 0.3 opacity over UIImageView

I have a UIImageView and I wanted to add a black overlay on top of it. What is the best …

iphone objective-c ios ipad calayer
UIImage from CALayer in iOS

In my application, I have created a CALayer (with a few sublayers - the CALayer is composed of shapes added …

ios objective-c uiimageview uiimage calayer
After rotating a CALayer using CABasicAnimation the layer jumps back to it's unrotated position

I am trying to create a falling coin. The coin image is a CALayer with 2 CABasicAnimations on it - a …

iphone calayer cabasicanimation
iOS White to Transparent Gradient Layer is Gray

I have a CAGradientLayer inserted to the bottom of this small detail view that pops up at the bottom of …

ios iphone uiview calayer cagradientlayer
How to draw radial gradients in a CALayer?

I know CAGradientLayer doesn't support radial gradient at the moment and only has option of kCAGradientLayerAxial. I want something like …

ios objective-c calayer quartz-core
How to disable CALayer implicit animations?

It's driving me crazy! I am working on a drawing application. Let's say I am working on a UIView called …

ios animation calayer
Draw a line with a CALayer

I'm trying to draw a line between two points using a CALayer. Here is my code: //positions a CALayer to …

objective-c cocoa-touch calayer transformation quartz-core
Animating a CALayer's mask size change

I have a UIView subclass which uses a CAShapeLayer mask on its CALayer. The mask uses a distinct shape, with …

iphone objective-c core-animation calayer mask