This repository was archived by the owner on Apr 17, 2019. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork 56
Example Application
Michael Arthur edited this page Aug 13, 2014
·
2 revisions
ObjectiveDDP ships with a todo application (of course) that illustrates much about how ObjectiveDDP helps a native iOS app interact with a Meteor server. To run it:
Clone this repo and navigate to the Example app:
- git clone git@github.com:boundsj/ObjectiveDDP.git
- cd Example/ (Note if you want to work with swift go to Example/swiftExample)
Get the ObjectiveDDP cocoapod: (if you don't already have cocoapods, [get it])
- pod install
Open the Example app in xcode:
- open Example.xcworkspace
Build and run the app in the simluator with the run command: ⌘R
Todo App Screenshots:
NOTE: The app connects to a meteor server http://ddptester.meteor.com and has a hardcoded user name.
