How do you code nested UIView animations?

Core Animation is your friend developer.apple.com/library/ios/document....

Core Animation is your friend. developer.apple.com/library/ios/document... Or you can write all of these 9 steps into one method by using block-based animation method. But it still dosen't look beautiful and iOS 4 is requied.

You can still use the UIView animation or coreanimation and use the delegate call back i. E: UIView beginAnimations:@"fadeIn" context:nil; UIView setAnimationDuration:0.3; UIView setAnimationDidStopSelector:@selector(finishAnimation:finished:context:); UIView setAnimationDelegate:self; theview. Alpha = 1; UIView commitAnimations; then in the finishAnimation method you can call another animation.

Thanks but It looks like apple is pushing forward block animations so I will stick with huge large code :) There is a post about setAnimationDidStopSelector being discouraged stackoverflow. Com/questions/5267415/… – Centurion Aug 17 at 9:02 Ye but that is for ios4 as in it only works on ios4. – user281300 Aug 17 at 13:18.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions