The LoopBack Guide Application provides an easy-to-digest example application from UI to data and back again.
The Guide assumes you have [XCode][xcode] installed and a running LoopBack application.
- Clone the Guide Application:
git clone https://github.com/strongloop/loopback-guide-app
. - Open the project:
open loopback-guide-app/LoopBackGuideApplication/LoopBackGuideApplication.xcodeproj/
. - Now in XCode, run the Application with
Cmd+R
.
Once you have the Guide running, flip through the pages and familiarize yourself with what the app does. From there, dive into the Objective-C and see how it does it. There are comments for everything.
Check out the Developer forum on Google Groups.