Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/akosma/async-uitableview

Sample project using the ASIHTTPRequest to load the public Flickr RSS feed, and then load the images in a UITableView in asynchronous fashion
https://github.com/akosma/async-uitableview

Last synced: 2 months ago
JSON representation

Sample project using the ASIHTTPRequest to load the public Flickr RSS feed, and then load the images in a UITableView in asynchronous fashion

Awesome Lists containing this project

README

        

**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 :)

![image](http://kosmaczewski.net/wp-content/uploads/2009/03/asynctable-161x300.png)

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.