Skip to content

Example project for an iOS app which uses RestKit and a TableView (Master-Detail)

License

Notifications You must be signed in to change notification settings

jwoschitz/iOS-TwitterClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iOS-TwitterClient

This project is basically a simple TableView with the ability to display a detail view for if the user interacts with an item. It uses RestKit to consume a simple call of the Twitter Search API and to serialize this data into objects.

Setup

This project uses the ruby gem cocoapods to manage its dependencies. Therefore ruby is a mandatory requirement.

  1. Install cocoapods by running

    gem install cocoapods
    pod setup
    
  2. Navigate to your local repository and run pod install, this will download the dependencies which are configured in the local Podfile

  3. Run open TwitterClient.xcworkspace to open the project in Xcode, by doing this cocoapods is able to link the dependencies to the project

About

Example project for an iOS app which uses RestKit and a TableView (Master-Detail)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published