iOS 13 MKMapView Apple logo - MKAppleLogoImageView, change position

Hi,


iOS 13 maps ship with a new view that includes an Apple logo that appears in the botton left. The inspector tells me that the view is called MKAppleLogoImageView. Is there any chance to allow for configuring where this appears? I've got some UI elements that partially hide it and that looks pretty poor.


Thanks!

Replies

I spoke to Apple at WWDC about this and they said no 😟

thank you

Back when Apple Maps first came out, the suggestion was that you could use AutoLayout page guides to move the credits. If your UI is obscuring the attribution label, then you MUST fix that or else be in violation of the developer agreement.


Here is a thread that discussed some ideas on using safe inset values to move the label: https://forums.developer.apple.com/thread/88631


However, it might be easier to adjust your own UI elements.