iPhone: How to Stop Animations in a View Before the View Deallocates

Posted by RAGOpoR on Stack Overflow See other posts from Stack Overflow or by RAGOpoR
Published on 2010-03-23T11:08:49Z Indexed on 2010/03/23 14:03 UTC
Read the original article Hit count: 258

I have added custom animation to UITableViewCells. Each cell has its own animation. When I pop the view, the animations continue and I get a bad exec error because the animation is trying to access the deallocated cells.

How do I stop the animations before the view is deallocated?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about animation