A map application built using Swift that can pin places on the map and view detailed information about those places.
Explain how to get a copy of your project up and running on a user's local machine.
- Xcode installed
- Cocoapods for managing dependencies
- Clone the repository
git clone https://github.com/asbiqalalawi/map-app.git
- Navigate to the project directory:
cd map-app
- Install dependencies using Cocoapods:
pod install
- Pin Places: Users can drop pins on the map to mark specific places of interest.
- View Place Details: Users can tap on a pin to view detailed information about the place, including a description and additional details.
- Dark Mode: Users can enable a dark mode feature to enhance readability in low-light environments.
This project is based on the tutorial provided by Swiftful Thinking. We are grateful for the valuable insights and guidance offered by the tutorial in building this application.