Code Monkey home page Code Monkey logo

rkthree20's Introduction

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. Import the RKThree20 headers: #import <RestKit/Three20/Three20.h>

Usage

Leveraging RKThree20 requires an understanding of both the RestKit and Three20 frameworks. The best available documentation for RKThree20 is available by reading the code of the RKDiscussionBoard example project.

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.

rkthree20's People

Contributors

blakewatters avatar fleitz avatar

Stargazers

 avatar

Watchers

 avatar James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.