Could not inset legal attribution from corner 4 swift

后端 未结 5 1134
花落未央
花落未央 2021-02-13 13:07

I am new to Xcode and mobile app. I am doing an app to find the current location. I tested it on the simulator and got this message in the console. \"Could not inset legal attri

5条回答
  •  广开言路
    2021-02-13 13:13

    This error occurs when the "Legal" link on the bottom left of the MapView is not within bounds or is obscured. There are similar errors for the map's scale and for the compass that appears when rotating.

    Consider using size constraints or a safeAreaInset.

提交回复
热议问题