Layer animation works fine first time, but not on second identical invocation?

Turns out to be a combination of setting view. Dden = YES in the callback and calling the animation code from the parent's viewWillApear Once I moved the animation code call into parent's viewDidApear instead, things started behaving as expected.

Turns out to be a combination of setting view. Dden = YES in the callback and calling the animation code from the parent's viewWillApear. Once I moved the animation code call into parent's viewDidApear instead, things started behaving as expected.

If you aren't then you should set removedOnCompletion = NO animationOpacity. RemovedOnCompletion = NO.

Code behaves the same with removedOncompletion YES or NO. I am adding the animation again, exactly the same code is run, including the addAnimation:... – user199092 Sep 13 '10 at 5:16.

Hidden = YES in the callback and calling the animation code from the parent's viewWillApear. Once I moved the animation code call into parent's viewDidApear instead, things started behaving as expected.

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