GitXplorerGitXplorer
p

imagestore

public
105 stars
13 forks
0 issues

Commits

List of commits on branch master.
Unverified
14c28db6ddcda87ef4431262dc8ba9290e9347de

reindent

ppsychs committed 13 years ago
Unverified
c7382b0f700ba65c0df3f7ea7839c0620d8b1bc3

check if URL is nil when starting download

ppsychs committed 14 years ago
Unverified
2ed1d2b9ca1c364315f098e3b3b5fe542d033db2

refactoring

ppsychs committed 14 years ago
Unverified
deacca5d6fa01880eb28d33f64092c331e50941d

added method to set cache image

ppsychs committed 14 years ago
Unverified
81329b935f5c211885aecd4957388a1641c01dac

added delegate method for handling HTTP connection errors

ppsychs committed 14 years ago
Unverified
bd3be6fb4e77ffd05b14a56ce1a26a1581e89d7e

changed method names

ppsychs committed 14 years ago

README

The README file for this repository.
  • 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 http://limechat.net/psychs/ #limechat on irc.freenode.net

  • License

The New BSD License

Copyright (c) 2008-2010 Satoshi Nakagawa 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.