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: [ read full changelog ]
· 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