我正在尝试为AnnotationView创建一个自定义的标注视图。我见过this answer了。请参阅other question
我可以加载自定义视图。但是如何避免默认的CallOutView出现呢??
发布于 2012-01-21 01:49:14
在您的MKAnnotationView中将canShowCallout设置为NO
https://stackoverflow.com/questions/8945479
相似问题