In my iPhone App,

I have put CAAnimation in my code...

When my app goes in background with animation on some button and come back button animation that was present I can not see

Why?

I have put methods to reinvoke the animation in appdidenter background...

link|improve this question

77% accept rate
feedback

1 Answer

up vote 3 down vote accepted

Application's execution is suspended when it goes to the background. Although it seems that application remains active but that is not anymore, anything that draws to the view will be halted when application moves to the background state. refer following ios developer link for detailed information- http://developer.apple.com/library/ios/#documentation/iphone/conceptual/iphoneosprogrammingguide/Introduction/Introduction.html

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.