Using Swift 3 Xcode, create an iOS iPhone application
Create a simple application that captures a photo and saves relevant information within a class and includes the geo-location of where the picture was taken.
Use a class named "MediaInformation" that holds the following properties:
- Latitude
- Longitude
- Title
- Notes
- Date time taken
- Your application should have the relevant deployment properties filled out in the info.plist:
- Application Name
- Application Icon
- Bundle Identifier
- Version