Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 645 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 645 Bytes

RestKit GitHub Example

This iOS example application demonstrates the new UI features of the development branch of the RestKit library. Using RestKit's powerful object mapping engine, RKTableController and its related components are able to transform local objects into UITableViewCell representations allowing for an extremely clean and DRY UITableViewController.

Building the Example App

To build this example app, simply clone it, git submodule update --init, and open the RKGithub.xcodeproj in Xcode.

Additional Resources

For more information on RestKit, visit the library's repository.