ibireme / YYImage

Image framework for iOS to display/encode/decode animated WebP, APNG, GIF, and more.
MIT License
1.77k stars 482 forks source link

There is a way to stop webp animation? #48

Open gustavohansen opened 8 years ago

gustavohansen commented 8 years ago

I call the stopAnimation from YYAnimatedImageView and doesn't work.

ibireme commented 8 years ago

Try set imageView.autoPlayAnimatedImage = NO, and then call stopAnimation.