Skip to content

larryryu/TwitterClient

Repository files navigation

TwitterClient

A simple twitter client sample that uses Restkit and Social_Framework

How To Get Started

  • Download the TwitterClient and open up the TwitterClient.xcworkspace
  • Make sure you have setup a twitter account on your device/simulator
  • Build and Run

How it Works

This twitter client works with Restkit (installed with Cocoapods) and the Social Framework. The request url is extracted from an SLRquest and passed to a RKManagedObjectRequestOperation which initiates the request and the response is mapped to coredata objects.

The initial viewcontroller fetches the twitter account stored with the ACAccountStore and displays the username on a tableView.

Selecting an Account from the tableView pushes a second viewcontroller that fetches the timeline for the user and displays the tweets in a collection view.

There is also a "Tweet" right button item on the TimeLineViewController which presents the SLComposeViewController.

About

A simple twitter client using RestKit and the Social Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published