iPhone: How to Stop Animations in a View Before the View Deallocates
- by RAGOpoR
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?