iPhone 应用程序上的 MK MapView
我正在开发的应用程序使用带有地图视图的选项卡栏。问题是标签栏遮挡了左下角的 Google 地图徽标。如何设置地图视图的高度和宽度以确保 Google 徽标可见?我尝试过调整 IB 上的地图视图,但尺寸似乎没有改变,因为徽标仍然被遮挡在视图中。有人可以帮忙吗?
The app I am developing uses a tab bar with a Map View. The problem is the tab bar blocks out the Google Maps logo at the bottom left hand corner. How do I set the height and width of the Map View to ensure that the Google logo is visible? I've tried adjusting the Map View on IB but the size doesn't seem to change as the logo is still blocked from view. Can anyone help?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您始终可以通过编程方式设置框架。
您可能想在
-viewDidLoad
中执行此操作。You can always set the frame programmatically.
You'd probably want to do that in
-viewDidLoad
.