MapApp is an iOS application developed using SwiftUI and follows the MVVM architecture.
-
Map Page: The main page of the app displays a map featuring a selected historical or tourist location. In the bottom section, it includes the name, image, and two buttons: "Learn More" and "Next."
-
Next Button: By clicking the "Next" button, users can navigate to the next historical or tourist location within the app, and the map focuses on the new location.
-
Learn More Button: Clicking the "Learn More" button opens a screen with detailed information about the selected historical or tourist location. This screen also contains a mini-map.
-
List Page: At the top of the map page, a list allows users to quickly access different locations.
iOS 15.0 or later
- Clone this repo or download the ZIP file.
- Open the project with Xcode.
- Build and run the project.