This app contains a map which will show information posted by other students with authentication of udacity servers. 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.
App allows user to login through either Udacity credentials. User will be able to see locations posted by other udacity users. Annotation Pins will be dropped on the map according to the latitude & longitude locations provided by other udacity users. User will be able to see other users posting on the map whenever user taps on the pin drop. User can also post his location and Weblink in the app & submit details.
In order to run this app. Download the repository, open it on XCode, build & run.
This app has multiple view controllers:
-
LoginViewController: - This view controller allows user to login either using Udacity credentials.
-
MapViewController: - This view controller will show map with drop pins of the other udacity users.
-
StudentsTableViewController: - This view controller will show details of the other udacity users postings in list format and when user tap on the cell, webpage will be opened accordingly.
-
InformationPostingViewController: - This view controller will let user to post their location in the textfield and post weblink. If user tap on cancel button, current view controller resigns and table view controller will pop up.
-
Application uses MapKit, UIKit, Udacity authentication.
- Xcode 8
- Swift 3.0
Copyright (c) 2016 Rakesh Kumar.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.