SDWebImage

Asynchronous image downloader with cache support as a UIImageView category

MIT License

Stars
24.9K
Committers
321

Bot releases are visible (Hide)

SDWebImage - Animated image category, bug fixes

Published by rs about 11 years ago

  • Add -calculateSizeWithCompletionBlock
  • Add multiple download of images for animationImages property of UIImageView
  • Add background task for disk cleanup #306
  • Fix dead thread issue on iOS 5 #444, #399, #466
  • Make IO operations cancelable to fix perf issue with heavy images #462
  • Fix crash "Collection <__NSArrayM: ...> was mutated while being enumerated." #471
SDWebImage - Bug fixes

Published by rs about 11 years ago

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