iphone mkmapview 隐藏/删除导航栏
我正在开发一个基于导航的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这就是应用程序的创建方式:
希望这种解释有所帮助。
谢谢
克劳迪奥
this is how the app is created:
hope this kind of explanation helps.
thanks
claudio