Map app fetches restaurants from a web API and displays them on the map using pins. Each locations has a been and when clicked on, it displays a popup with a restaurant name.
Displaying restaurant details on a detail screen and also caching them to work offline. Something like FileManger or NSCache would've been preferred for use.
Download the zip file or you can also clone the project.
You should have Xcode installed on your mac machine running Swift 5
Xcode 10.2+
Swift 5
Macbook, iMac or Mac Mini
You only need Install Xcode version 10.2+ that is available from Mac Appstore for free to run this app
Install Xcode and open project
Run either on simulator or device.
- Bashir Sentongo - Initial work
This project is licensed under the MIT License - see the LICENSE.md file for details