forked from markofjohnson/HJCache
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f45987b
commit 109ef98
Showing
1 changed file
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
|
||
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. | ||
|
||
|
||
|