Screen.Recording.2023-03-21.at.22.48.25.mp4
This is an iOS app that allows users to tap on any location on the map and view images taken at that location using the Flickr API. The app uses the user's current location as a starting point and then displays images taken at nearby locations within a specified radius.
- Displays a map with a pin where the user taps
- Fetches images from the Flickr API based on the location of the pin
- Displays the images in a collection view
- Allows users to tap on an image to view it in full screen mode
- Supports 3D touch for previewing images
To install the app, follow these steps:
- Clone the repository to your local machine
- Open the project in Xcode
- Run the app on the iOS simulator or on your physical iOS device
Note: This app requires an internet connection to fetch images from the Flickr API.
- Open the app and grant permission to access your current location if prompted
- Tap on any location on the map to drop a pin
- Wait for the app to fetch images taken at that location
- View the images in the collection view
- Tap on any image to view it in full screen mode
- Use 3D touch to preview images
This app uses the following dependencies:
- Alamofire
This app was created by Umut Ağbaba.