Re: [iPhone] Abort/remove all running/pending animations [SOLVED]

2009-02-17 Thread Ruotger Skupin
To answer my own question: +[UIView setAnimationsEnabled:]; BUT !!!1!eleven!!one! -[UIScrollView setContentOffset: animated:] messes also with +[UIView setAnimationsEnabled:] whether or not you use animated. So when getting the scrollViewDidEndZooming:withView:atScale: delegate callback

[iPhone] Abort/remove all running/pending animations

2009-02-12 Thread Ruotger Skupin
Hi, I'm resizing and moving the content of a UIScrollView in the - scrollViewDidEndZooming:withView:atScale: method including the removing/adding of views. This usually results in the content bouncing more or less uncontrollable. My question: Is it possible to remove/abort *all* (really