• This repository has been archived on 21/Jan/2024
  • Stars
    star
    533
  • Rank 83,238 (Top 2 %)
  • Language
    Objective-C
  • License
    Other
  • Created almost 14 years ago
  • Updated 10 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

iOS asynchronous download, sharing, and caching library for images and more
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 contain
imaged 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.