iphone mkmapview 隐藏/删除导航栏

发布于 2024-10-14 14:14:18 字数 193 浏览 5 评论 0原文

我正在开发一个基于导航的 iPhone 应用程序,该应用程序在某个时刻显示带有一个注释的 MKMapView(显示地图的视图位于选项卡栏内)。问题是,当我开始在地图上缩放或移动时,导航栏(在 appdelegate 中设置的导航控制器下)会完全隐藏或删除,并且地图会一直显示在屏幕上!这件事只发生在设备上,而不是在模拟器中,

谢谢

克劳迪奥

i'm developing a navigation based iphone application that at certain point shows a MKMapView with one annotaions(the view that show the map is inside a tabbar). The problem is when i start zooming or moving on the map, the navigation bar (under a navigation controller set in appdelegate) gets completely hide or remove and the map gets all way up on the screen! This thing happen only on the device and not in the simulator

thanks

claudio

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

累赘 2024-10-21 14:14:18

这就是应用程序的创建方式:

-UINavigationController
--UIViewController
---UITabBar
----UIViewController (Tab1)
----UIViewController (Tab2)
-----MKMapView

希望这种解释有所帮助。
谢谢
克劳迪奥

this is how the app is created:

-UINavigationController
--UIViewController
---UITabBar
----UIViewController (Tab1)
----UIViewController (Tab2)
-----MKMapView

hope this kind of explanation helps.
thanks
claudio

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文