iphone映射UINavigationController栏下面的应用程序消息栏

时间:2011-09-10 02:46:10

标签: objective-c xcode uinavigationcontroller mapkit

我正在尝试添加显示在地图应用中的消息栏,就像下面屏幕截图中显示“53 m”的消息栏一样。有人知道怎么做吗?我猜它是navigationController的一部分?谢谢。

enter image description here

1 个答案:

答案 0 :(得分:0)

您所要做的就是将UIView添加到包含mapView的viewController中。确保它位于MKMapView上方。您还可以设置新视图的alpha属性,使其看起来像截图。

添加UILabel作为新视图的子视图,并将其链接为IBOulet,以便您设置文字。