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.
- Clone the repository and open the Xcode project.
- Add your Parse application id and client key in
AppDelegate.m
.