I\'ve got a custom image browser view with IKImageBrowserCell subclass where I\'ve added a little sign graphic that I would like to animate on some occasions.
When I set the backgroundColor property of an CALayer instance, the change seems to be slightly animated. But I don\'t want that in m开发者_开发百科y case. How can I set the backgroundColor without an
I\'ve made a CALayer with an added CATextLayer and the text comes out blurry.In the docs, they talk about \"sub-pixel antialiasing\", but that doesn\'t mean much to me.Anyone have a code snippet that
I have a layer-hosting NSView (-isFlipped = YES) with three layer-hosting subviews.The subviews are a header, a content area, and a footer.The header has a disclosure triangle which will collapse the
I\'ve been trying to develop a CALayer based \"CardView\" object that has two layers that face away from each other to present the two sides of a card.I\'ve been working with things like the doublesid
Here\'s the setup: I have a NSView which is a CALayer-backed view, and contains many CALayers. I have a CALayer for the \'background\' of the view, and many small CALayers which are sublayers. Someti
I work on a card flip animation with CoreAnimation. The layer I want to animation开发者_如何转开发 is a UIView with UIImageViews as subviews. The animation approach:
I\'m putting an image into a CALayer that could be irregularly transparent: theCardLayer.front = [CALayer layer];
Hello was just wondering if my app will get rejected using the following code: [animation setDuration:1.0];
With the following snippet, I\'m adding a drop shadow effect to one my UIView. Which works pretty well. But as soon as I set the view\'s masksToBounds property to YES. The drop shadow effect isn\'t re