Hide Apple logo on iOS 13

I have a MKMapView with a custom MKTileOverlay that has

canReplaceMapContent = true

The apple maps are not displayed in the background (checked with alpha set to 50% on my overlay) however, the apple logo is still displayed in the lower left corner.

Is it possible to hide the new "Maps" logo?

Replies

I have the same question and haven't found a way to hide the logo. I will probably file a bug about this. I am also seeing some heavy-handed mapRects coming from the overlay -- when redraws are needed, they are invalidating 1536x1536 rects by default, which is extreme overkill for most purposes.