SDWebImage

Asynchronous image downloader with cache support as a UIImageView category

MIT License

Stars
24.9K
Committers
321

Bot releases are hidden (Show)

SDWebImage - Complete rewrite

Published by rs about 11 years ago

  • Complete rewrite of the library using GCD, ARC, NSCache and blocks
  • Drop compatibility with iOS 3 and 4
SDWebImage - Bug fixes

Published by rs about 11 years ago

  • Bug fixes
SDWebImage - Bug fixes

Published by rs about 11 years ago

  • SDWebImageRefreshCached download option #326
  • New SDWebImageManager delegate methods ebd63a88c1
  • Fix long standing issue with alpha en JPEGs #299
  • Add synchronous disk-cache loading method #297
  • Fix SDWebImageCacheMemoryOnly flag
  • Bug fixes
SDWebImage - WebP, Animated GIF and more

Published by rs about 11 years ago

  • WebP image format support #410
  • Animated GIF support #375
  • Custom image cache search paths #156
  • Bug fixes