public
Description: A library to download and cache images automatically
Homepage:
Clone URL: git://github.com/psychs/imagestore.git
Click here to lend your support to: imagestore and make a donation at www.pledgie.com !
name age message
file .gitignore Fri Oct 24 00:10:48 -0700 2008 add .gitignore [psychs]
directory Classes/ Mon Oct 19 08:47:04 -0700 2009 removed unnecessary code [psychs]
directory ImageStoreSample.xcodeproj/ Tue Nov 24 09:50:53 -0800 2009 added useful macros [psychs]
file ImageStoreSample_Prefix.pch Tue Nov 24 09:50:53 -0800 2009 added useful macros [psychs]
file Info.plist Fri Oct 24 00:11:18 -0700 2008 added files [psychs]
file MainWindow.xib Fri Oct 24 00:11:18 -0700 2008 added files [psychs]
file README Sat Jan 03 21:05:28 -0800 2009 changed my url [psychs]
file Rakefile Fri Nov 21 06:48:48 -0800 2008 added rakefile to check by clang. improved SBJS... [psychs]
file main.m Fri Oct 24 00:23:56 -0700 2008 tweaked [psychs]
README
* What is ImageStore

ImageStore is a library for iPhone to download images in background automatically. It also caches images.

The sample project includes HttpClient, rounded image rendering and very fast UITableViewCell implementation. I would 
hope it will help you.

* How to use

See the sample project.

* The Author

Satoshi Nakagawa <psychs AT limechat DOT net>
http://limechat.net/psychs/
#limechat on irc.freenode.net

* License

The new BSD license

Copyright (c) 2008  Satoshi Nakagawa  <psychs AT limechat DOT net>
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.