Skip to content

3.2.2 - Faster GIF

Compare
Choose a tag to compare
@onevcat onevcat released this 02 Dec 01:24
· 2141 commits to master since this release

Fix

  • Improve preload animated image loading strategy by using background queue. This should improve framerate when loading a lot of GIF files in the same time. #529
  • Make ImageDownloader a pure Swift class to avoid the SDK bug which might leak memory in iOS 10. #520
  • Fix some typos. #523