Skip to content

v0.8.0

Compare
Choose a tag to compare
@kaishin kaishin released this 15 Dec 09:33
· 143 commits to master since this release
  • API Breaking Changes: You will have to instantiate an AnimatedImage before passing it to the UIImageView.
  • 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).