如何在storyboard ios中向mapview注释添加自定义标题视图

时间:2014-08-11 08:55:50

标签: ios ios7 annotations mkmapview

如何在ios

中向mapview annotation添加自定义标题视图
annotationPoint.title = @"title";            
annotationPoint.subtitle = @"sub title";    
[iMapView selectAnnotation:annotationPoint animated:YES];                
[iMapView addAnnotation:annotationPoint];

如果有任何想法可以理解,我会挣扎很多,提前谢谢。

我只想在故事板中为注释添加视图标题。

0 个答案:

没有答案