Is it possible to smoothly animate a changed width property of CGContextFillRect over say 5 seconds? CGContextFillRect(context, CGRectMake(x, y, width, height));
How can I get开发者_如何学Go a UIImageView to rotate itself 90° counter-clockwise and have the same UIImageView scale to fill the entire iPhone screen with animation at speeds of one-second?Create a
I\'m not sure I did understand that very well in the Apple doc. I\'m considering using CATiledLayer to display a JPEG image. However, I only have an entire JPEG file at my disposal and no smal开发者_S
How can I rotate my base view and still make sure that its subviews are still in their correct locations?
Is it possible开发者_StackOverflow社区 that a CADisplayLink gets called one or two more times even after being invalidated?
I would like to animate a curtain, which gets opened. I have two images: one for the left and one for the right side of the curtain (depicted in red). I wou开发者_StackOverflowld like to smoothly slid
I am trying to do a very simple animation, but it is giving me much grief...I must be doing some simple thing wrong and just missing by a bit my desired result.
I have an image which I place in a CALayer, then add that layer as a sublayer of the main view.When I try to animate it around its Z axis, all I see is a static image.
I would like to animate between two states of a view. Say, for example, I have a view with a label and when I change the text of the label an animation renders that change as a page flipping.
I\'ve got a CAReplicatorLayer replicating its sublayer as per expected, but there\'s a built-in duration to the animation that I want to turn off. In other words I want to see the instantaneous result