Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 497 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 497 Bytes

One-to-Many Relationships Tutorial

This Xcode project teaches you how to create one-to-many relationships in Parse using a simple blogging application.

How to Run

  1. Clone the repository and open the Xcode project.
  2. Add your Parse application id and client key in AppDelegate.m

Learn More

To learn more, take a look at the Adding One-to-Many Relationships tutorial.