Pause animation in EAGLView which is in a UITableViewCell

Posted by hanno on Stack Overflow See other posts from Stack Overflow or by hanno
Published on 2010-05-01T20:44:41Z Indexed on 2010/05/01 20:47 UTC
Read the original article Hit count: 149

Filed under:
|
|
|

I have an animation in a EAGLView which is itself in a UITableViewCell. How can I pause the animation in the EAGLView when the view is not visible?

Normally, I would simply use the responsible UIViewController and listen to viewDidDisappear. But how do I do that if the EAGLView is in a table?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about uitableview