how to stop current Animation before it deallocate in iPhone

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 11:13 UTC
Read the original article Hit count: 338

Filed under:
|

i had been add custom animation when create UITableViewCell, each cell have self animation. if i pop this current view, this view become dealloc and got some bad exc because my animation try to access method that has been delloc.

how can i stop animation before it delloc?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about animation