Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 581 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 581 Bytes

Todo Table

This is an Xcode project that illustrates a simple example of using PFQueryTableViewController with Parse. It's a dead simple way of getting a table to show data from a Parse class.

View the screencast here on Youtube.

How to Run

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

Learn More

To learn more, take a look at the offical iOS Guide for Parse.