On The Map displays a map of information posted by other students. The map contains pins that show the location where other students have reported studying. By tapping on the pin users can see a URL for something the student finds interesting. Users can add their own data by posting a string that can be geocoded to a location, and a URL.
- Xcode 8.2 or later
- iOS 10.2 or later
- Download project zip or clone the repo (
git clone https://github.com/Lybron/on-the-map.git
) - Navigate to the project folder in Terminal; run
pod install
- Open OnTheMap.xcworkspace.
- Build and Run in iOS Simulator or on your device.