CALayer is a Core Animation class in the Quartz Core framework.
I have a custom view which is a subclass of UIView. I added some sublayers to the custom view but …
ios uiview calayerI have a UIImageView and I wanted to add a black overlay on top of it. What is the best …
iphone objective-c ios ipad calayerIn my application, I have created a CALayer (with a few sublayers - the CALayer is composed of shapes added …
ios objective-c uiimageview uiimage calayerI am trying to create a falling coin. The coin image is a CALayer with 2 CABasicAnimations on it - a …
iphone calayer cabasicanimationI have a CAGradientLayer inserted to the bottom of this small detail view that pops up at the bottom of …
ios iphone uiview calayer cagradientlayerI 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-coreIt's driving me crazy! I am working on a drawing application. Let's say I am working on a UIView called …
ios animation calayerI'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-coreI 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