Monday, July 18, 2011

The way to stop UIView animations

#import <QuartzCore/QuartzCore.h>

[self.view.layer removeAllAnimations];

1 comment:

Anonymous said...

I had to removeAllAnimations in all layers to make it work.