is an iOS mobile application written in Swift that allows users to drop pins on a map to see photos taken around that area. Core Swift packages use are listed below. Photos used are taken from flickr.
- CoreLocation - You use instances of this class to configure, start, and stop the Core Location services.
- MapKit - Use the MapKit framework to embed maps directly into your own windows and views.
- UIKit - The UIKit framework provides the required infrastructure for iOS or tvOS apps.
Cocoapods used listed below.
- Alamofire - Alamofire is an HTTP networking library written in Swift
- AlamofireImage - AlamofireImage is an image component library for Alamofire.