IOS Nanodegree
Udacity’s Nanodegree OnTheMap portifolio app
Students will create an app with a map that shows information posted by other students. The map will contain 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. The user will be able to add their own data by posting a string that can be geocoded to a location, and a URL.
This project will give students an opportunity to post and retrieve data from a network resource using Apple’s networking framework. It will also allow students to authenticate a user.
Working with data from networked sources is as important to iOS development as creating good user interfaces. Completing this project shows that a developer can both read and write from RESTful networked APIs.
You will create an app with a map that shows information posted by other students. The map will contain 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. The user will be able to add their own data by posting a string that can be reverse geocoded to a location, and a URL
Note: All submitted projects must compile in Xcode’s most up-to-date stable release, which is currently: Xcode 10.1 and Swift 4.2.1.
Before submitting your project for evaluation, we recommend that you check that each of the following is true:
You checked your project against the rubric