I’m currently loading a set of very dark grey tiles over a MKMapView. Everything works correctly but on slower connections there is an expected delay for the tile loading process. With this delay there’s a stark contrast between the currently loaded gray tiles and the default light yellow/orange background of the mapview.
I’m wondering if there’s a way to override the default background color for a map view to a dark grey therefore minimizing the visual impact of the tile delay.
Our project doesn’t have the ability to migrate to MapBox or any of the other map alternatives. Any insight would be appreciated.