Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/akosma/async-uitableview
- Owner: akosma
- Archived: true
- Created: 2009-03-08T18:48:38.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2012-03-02T15:10:48.000Z (almost 13 years ago)
- Last Synced: 2024-04-15T14:10:42.064Z (9 months ago)
- Language: Objective-C
- Homepage:
- Size: 353 KB
- Stars: 132
- Watchers: 10
- Forks: 23
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - 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 (etc)
- awesome - 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 (etc)
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.