This repository was archived by the owner on Jan 21, 2024. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork86
iOS asynchronous download, sharing, and caching library for images and more
License
NotificationsYou must be signed in to change notification settings
markofjohnson/HJCache
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This project is retired. It was Objective-C with old retain/release memory management. HJCache is library for asynchronous download of images and other data over the net, and for sharing and caching them. Its for iPhone / iOS, it works with data other than images too, and its free.The library is designed to make it easy to make fast scrolling table views (for example) that containimaged loaded from URLs. Eg a twitter app that shows the profile pic for each post in each table cell.More info here:http://www.markj.net/hjcache-iphone-image-cache/HJCache was developed as 'HJ Managed Object' hence the 'MO' in the class names, but we renamed it HJCache because most people who need it probably start off looking for caching libraries.