How do I fade my Core Animation application to a fullsc开发者_开发问答reen black screen first like Front Row?This isn\'t actually a CoreAnimation feature, but it is provided by Quartz.When switching t
I want to create an animation with several key frames. I want my Layer (a button in this case) to scale up to 1.5 then down to 0.5 then up to 1.2 then down to 0.8 then 1.0.
I want to create a page flipping transition for an iPhone app like the one in notes. Basically when you go to a new view the bottom or top of th开发者_JAVA技巧e page curls like if you were turning the
I would like to create a scrollin开发者_运维知识库g counter and I\'m wondering on how to implement this.
I have a subclass of UIView that draws a number with a border around it using Core Graphics (unread count style). I have this in a UITableViewCell and change the color of the border when setSelected:a
All, How can I use (NS)Views from other applica开发者_Go百科tions as Layers in my CA app. I.e. I\'d like to display a Keynote presentation as Layer in my CA app.
How would I animate an NSView in from below. I know there are tutorials like Marcus Zarras which shows how to change from one view to another, but how would I animate in a view which isn\'t going to r
I want to achieve the effect of fade in / fade out the rect or text. I call CGContextFillRect or CGContextShowText in my UIVIew\'s drawRect: method. I wonder if there is a way to achieve the animation
I\'ve been using CALayer animations in my program, primarily to move around CALayers with animation on my screen. My problem is that I don\'t want to exit the layer-moving (card dealing, as it happens
I recently posted my problem but neither did I get an answer here or elsewhere, nor can I find my post again...