chilitechno / Geolocations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Geolocations

A sample app based on Apple's Locations sample app. Showcases PFQueryTableViewController, PFGeoPoint, and the use of UIStoryboard.

The Geolocations app will add your current location to the list when the + button is tapped. Selecting a cell will present a UIMapView centered on the PFGeoPoint for this PFObject.

You can get the source code and follow along while reading our Geolocations tutorial.

How to Run

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

About

License:MIT License