In some cases, you might not want to use the default maps, Apple provides.
You can add an overlay to your mapView that contains custom tiles for example from OpenStreetMap.
Let's assume, self.mapView is your MKMapView that you have already added to your ViewController.
At first, your ViewControll...