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.
- Clone the repository and open the Xcode project.
- Add your Parse application id and client key in
ParseStarterProjectAppDelegate.m
To learn more, take a look at the offical iOS Guide for Parse.