MyAnnotation标题问题

时间:2009-10-12 13:29:57

标签: iphone

如何在MKAnnotation标题中获得多行地址?
例如:

MyAnnotation *ann = [[MyAnnotation alloc] init];
ann.title = @"abcdefjkskfjhsjkdhfsjdhfjkshdkfjskjfkjshdf ";

MyAnnotation是我设置标题的NSObject类。

但是泡泡只显示一行和另一个副标题,所以我怎样才能得到整体 多行文字?

1 个答案:

答案 0 :(得分:0)

我读到的内容并不容易。您必须自定义Callout气泡。这个答案不是一个真正的解决方案,而是暗示如果它值得的话可以如何制作。

https://blog.asolutions.com/2010/09/01/1283370619995.html

http://www.jakeri.net/2009/12/custom-callout-bubble-in-mkmapview-final-solution/

http://spitzkoff.com/craig/?p=81

有关此主题的更多信息:

  

How to customize the callout bubble for MKAnnotationView?

     

How to add a combobox and a button to the infoWindow on Google map?

     

How to add more details in MKAnnotation in iOS   (iCodeBlogAnnoationView.m和WeatherAnnotationView.m)