这是我在向MKMapView
添加注释时遇到的错误。
我还创建了一个符合MKAnnotation
协议的自定义类,其中包含三个@property
:coordinate
,title
和subtitle
。
答案 0 :(得分:0)
这里的viewForAnnotation:
方法首先检查注释是哪种类..检查它的YourCustomAnnotationClass
然后进去,然后检查它是否为nil
然后分配{ {1}}和MKAnnotationView
然后编写代码......
alloc
答案 1 :(得分:0)
@property(nonatomic,assign)CLLocationcoordinate2D坐标;
通过重命名解决了我的问题。