Ellorah / TodoTable

A simple table that shows information from a Parse Todo class. Used to illustrate the use of PFQueryTableViewController.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
  2. Install all project dependencies from CocoaPods by running this script:
pod install
  1. Open the Xcode workspace - TodoTable.xcworkspace
  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.

About

A simple table that shows information from a Parse Todo class. Used to illustrate the use of PFQueryTableViewController.

License:Other


Languages

Language:Objective-C 98.9%Language:Ruby 1.1%