v0.8.0
- API Breaking Changes: You will have to instantiate an
AnimatedImage
before passing it to theUIImageView
. - Preloading has been disabled in favor of resizing and storing all frames upfront. Keeping the image data in memory yielded worse results in most of the cases that were tested (credits go to @tonyd256).