Skip to content
austiniam edited this page Dec 18, 2012 · 18 revisions

GPLib-iOS

GPLib (which stands for General Purpose Library) is designed with just one goal in mind. Making network based iOS apps fun and easy to write. The core contains a way to interact with RESTful web services, HTML text rendering, route based navigation, UITableViewController abstraction, and CoreData abstraction. Please see the API Guide for discussion on how each component works. See the API reference for a complete list of each API and it's description. The Library should work with both non-ARC and ARC projects. The library itself is written without the use of ARC. Every component should work with iOS 4 or greater.

API Guide

API Reference

Clone this wiki locally