AsyncImageView Changelog

What's new in AsyncImageView 1.3 Beta

Feb 11, 2012
  • Added new AsyncImageView class with loading spinner and fade-in effect.
  • Fixed crash when setting a nil imageURL.
  • Now requires the QuartzCore framework.
  • Now requires iOS 4.x

New in AsyncImageView 1.0 (Aug 1, 2011)

  • AsyncImageView is now a category on UIImageView instead of a standalone class, making it easier to use with existing code or classes.
  • Now uses asynchronous NSURLConnections for loading, allowing image loading to be cancelled partway through.
  • Loaded images are now cached in memory, and de-duplication is handled automatically.
  • Added public AsyncImageCache and AsyncImageLoader classes, for fine-grained control over loading and caching.