Skip to content

RestKit integration with Three20 via the TTModel interface

Notifications You must be signed in to change notification settings

everbird/RKThree20

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RestKit Three20 Integration

This project provides integration between the RestKit framework and Facebook's Three20 framework via the TTModel interface. TTModel is an Objective-C protocol used to coordinate activities between a data source and a Three20 table controller. The bindings within RKThree20 allow the use of a RestKit object loader to drive a Three20 table view.

Installation

  1. Add RestKit to your project. Installation instructions are available at: https://github.com/RestKit/RestKit/wiki/Installing-RestKit-in-Xcode-4.x
  2. Add Three20 to your project. Installation instructions are available at: http://three20.info/article/2010-10-06-Adding-Three20-To-Your-Project
  3. Check out the RKThree20 project into the same directory you have the Three20 and RestKit sources within your project. They should be siblings within the directory structure of your project. For example, if you keep all of your libraries within a Libraries directory, then you should have Libraries/three20, Libraries/RestKit, and Libraries/RKThree20. This is important because the project is configured with cross-project references that assume that RestKit and Three20 live at ../ in the containing project.
  4. Drag RKThree20.xcodeproj onto your project to create a cross-project reference.
  5. Configure a target dependency on the RKThree20.a library so that it is built with your project.
  6. Link the RKThree20.a library into your project.
  7. Set Always Search User Paths to Yes.
  8. Import the RKThree20 headers: #import <RKThree20/Three20.h>

Status

This library was removed from the main RestKit codebase and is not supported. Patches and documentation are welcome, but the RestKit team is not actively developing the module.

Notice

Currently RKThree20 could bridge between Three20 1.0.6.2 and RestKit 0.10.1 well enough. But the gap would get larger as both of them grows. And no one maintains this project right now. It seems wiser to hack on your owner rather than rely on an abondoned project.

About

RestKit integration with Three20 via the TTModel interface

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 100.0%