Skip to content
/ Foo Public

An app that demonstrates RestKit capabilities on utilizing Core Data mapping. It will load Twitter latest public timeline and display it on a table view with custom drawing cells to achieve faster scrolling. User profile image will be displayed asynchronously by taking cues from Apple's LazyTableImage sample code.

Notifications You must be signed in to change notification settings

taufikobet/Foo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Foo.app, a demonstration of RestKit with Core Data mapping.

This sample code shows how to utilize RestKit to fetch Twitter public timeline and present them in a table view.

How To Install

Just clone the repository using this command on Terminal.app:

cd ~/Desktop
git clone --recursive [email protected]:taufikobet/Foo.git
cd Foo

Note: We need to add --recursive option because we use RestKit as a submodule.

About

An app that demonstrates RestKit capabilities on utilizing Core Data mapping. It will load Twitter latest public timeline and display it on a table view with custom drawing cells to achieve faster scrolling. User profile image will be displayed asynchronously by taking cues from Apple's LazyTableImage sample code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published