自定义MKAnnotationView标注

时间:2009-08-29 00:44:48

标签: iphone android-mapview mkpinannotationview

  

可能重复:
  Custom MKPinAnnotation callout bubble similar to default callout bubble
  How to customize the callout bubble for MKAnnotationView?

有谁知道,或者有代码显示如何创建自定义MKAnnotationView标注?我的意思是实际的文本泡沫,而不是针脚。提前谢谢。

1 个答案:

答案 0 :(得分:-2)

你不能制作一个自定义的MKAnnotationView,你只能左右自定义标注视图,它只是一个视图,所以你可以放任何你想要的东西。
如果您需要自定义MKAnnotationView,则需要捕获触摸并处理其余部分。