- Geolocation-based image retrieval app
- User can drop a pin on an area on the map focused on user's current location
- Based on pin's location, downloads 40 pictures pulled from Flickr via Flickr's API that were geo-tagged around a mile radius of the pin's location on the map
- User can view pictures with normal press or with 3D Touch to preview pictures
- App requires proper permissions from user to allow usage of user's current GPS location
- Can swipe down to close image gallery
- Button on bottom right of main screen to center map view on current location
- Using iOS MapKit
- Using 3rd Party API (Flickr) to retrieve content via web request made possible with Alamofire & AlamofireImage Cocoapods
- Using Alamofire & AlamofireImage Cocoapods
- Basic 3DTouch implementation for interaction with downloaded photos
- Parse JSON from Alamofire request response without use of SwiftyJSON