AsyncImageView

Allows developers to load and display images asynchronously on iOS so that they do not lock up the UI
Download

AsyncImageView Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Donationware
  • Publisher Name:
  • Charcoal Design
  • Operating Systems:
  • Mac OS X
  • File Size:
  • 4 KB

AsyncImageView Tags


AsyncImageView Description

Allows developers to load and display images asynchronously on iOS so that they do not lock up the UI AsyncImageView is a simple and open source development tool for loading and displaying images asynchronously on iOS so that they do not lock up the UI.AsyncImageView works with URLs so it can be used with either local or remote files. Note however that AsyncImageView does not currently implement any form of caching or de-duplication of images, so it is up to the application to ensure that multiple instances of the same image are not loaded unnecessarily.Installation: To use the AsyncImageView in an app, just drag the class files into your project. Requirements: · Apple Xcode What's New in This Release: · 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.


AsyncImageView Related Software