public
Fork of akosma/async-uitableview
Description: Sample project using the ASIHTTPRequest to load the public Flickr RSS feed, and then load the images in a UITableView in asynchronous fashion
Homepage: http://kosmaczewski.net/projects/asynchronous-uitableview/
Clone URL: git://github.com/tjweir/async-uitableview.git
name age message
file .gitignore Sun Mar 08 11:52:27 -0700 2009 Changed tabs for spaces [Adrian Kosmaczewski]
directory AsyncTable.xcodeproj/ Sun Mar 08 14:19:51 -0700 2009 Added a detail view allowing the user to save a... [Adrian Kosmaczewski]
file AsyncTable_Prefix.pch Sun Mar 08 11:46:54 -0700 2009 First commit [Adrian Kosmaczewski]
directory Classes/ Mon Mar 09 00:22:20 -0700 2009 Now the UIProgressView works! [Adrian Kosmaczewski]
file Definitions.h Sun Mar 08 11:46:54 -0700 2009 First commit [Adrian Kosmaczewski]
file Entitlements.plist Sun Mar 08 13:03:12 -0700 2009 Added a default image and an icon to the applic... [Adrian Kosmaczewski]
directory Externals/ Sun Mar 08 11:52:27 -0700 2009 Changed tabs for spaces [Adrian Kosmaczewski]
file Info.plist Sun Mar 08 11:46:54 -0700 2009 First commit [Adrian Kosmaczewski]
file README.textile Sun Mar 08 12:11:16 -0700 2009 Added a README file [Adrian Kosmaczewski]
directory Resources/ Sun Mar 08 15:34:52 -0700 2009 Tried to add (unsuccessfully) a progress indica... [Adrian Kosmaczewski]
file main.m Sun Mar 08 11:46:54 -0700 2009 First commit [Adrian Kosmaczewski]
README.textile

Version: 1.0
Author: Adrian Kosmaczewski
Date: March 8th, 2009
Programming Languages: Objective-C
Tools: Xcode
Platforms: Mac OS X Leopard 10.5.6, iPhone OS 2.0+
Repository: Github
License: None, public domain, whatever you want :)

This project features a sample application showing one possible way to load images asynchronously in a UITableView, using Apple’s Reachability class and the ASIHTTPRequest framework. It also features a simple Core Animation effect similar to the one featured in the iTunes iPhone application.