移动苹果地图苹果标志“合法”文本

Oct*_*CZO 1 maps xcode ios swift

有没有办法从 mkmapview 的底部操纵、移动苹果徽标和“合法”文本?

谷歌地图有什么。

图像以查看我正在尝试移动的内容

Moj*_*ini 6

您可以通过设置改变layoutMarginsmapView。例如,这会将其从底部移出:

mapView.layoutMargins.bottom = -100 // removes the 'legal' text
mapView.layoutMargins.top = -100 // prevents unneeded misplacement of the camera
Run Code Online (Sandbox Code Playgroud)