-1

I have an animation that I would like to keep running when the home button is pushed.

I see the applicationDidEnterBackground which has stopAnimation.

I've tried commenting it out, but the animation still stops. Is it possible to keep the animations running after the home button is pushed?

Thanks.

rene
  • 41,474
  • 78
  • 114
  • 152
The Learner
  • 155
  • 11

1 Answers1

1

You can't. If you force updating openGL view then you get crash. Try with GLES sample.

Guru
  • 21,652
  • 10
  • 63
  • 102