CALayer is a Core Animation class in the Quartz Core framework.
I'm developing an iphone app and when I turn on my NSZombieEnabled I have regularly a crash on error : *** -[…
iphone calayer nsautoreleasepool nszombieHow can I get 'AVCaptureVideoPreviewLayer' to display properly in landscape orientation? It works fine in portrait but doesn't rotate, and …
ios avfoundation calayer landscapeI'll make this as simple as possible. How do I create reverse masks on CALayers in iOS? I have a …
ios image xamarin.ios calayer maskWhen I set the transform property of my CALayer with a CATransform3DRotate, the layer is properly rotated. However, the …
iphone ios core-animation calayer antialiasingI play a video with AVPlayer. It works ok. Now I want to get a UIImage from the video playing (…
uiimage calayer avplayerI am trying to achieve an animation that when you hold down a button it animates a block down, and …
ios calayer cgrect caanimation cakeyframeanimationI have an UIButton here where I'd like to have a gradient as the background below the image (symbol with …
ios uibutton calayer cagradientlayerI'm making a custom view that i want to mask and to add shadow to it. the masking: let p = …
ios swift uiview calayer cashapelayeri'm rotating a CALayer using CABasicAnimation and works fine. The problem is, when I try to rotate the same layer, …
ios calayer rotation cabasicanimation