On the Map
Udacity iOS Developer Nanodegree: Portfolio Project 3
github.com/mikemdev40/On-the-Map
• Network-based post-sharing app that allows users to log into their Udacity accounts and download posts of URLs made by other students.
• Users can view posts on map and in table, open shared URLs in Safari, and make, save, and share new posts.
• Custom client class manages user’s session and data by utilizing the NSURLSession class to make GET, POST, and DELETE requests to RESTful web APIs and parsing incoming JSON data.
• Features Facebook login, CoreLocation’s geocoding, MapKit, custom MKAnnotation-conforming class, and error handling.