This repository contains the source code for the iOS client built in the Heroku DevCenter article, Getting Started with iOS Development using Sinatra on Heroku Cedar.
Edits and enhancements are welcome. Just fork the repository, make your changes and send us a pull request.
To build this project, you will need a computer running Mac OS X and the latest version of Xcode 4.2(4.2 or above).
This project uses AFNetworking, a networking library for iOS and Mac OS X. You can install AFNetworking using CocoaPods by running $ pod install MyApp.xcodeproj
, or simply download the AFNetworking source code, and add the enclosed AFNetworking
directory to your project.