This sample code shows how to utilize RestKit to fetch Twitter public timeline and present them in a table view.
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.