Customimageasannotationpinwithtwodifferentcolourimages我正在尝试为我的图钉注释添加自定义图像,并为某些注释更改自定义图像的颜色。颜色变了。但是,图像不显示。而是显示默认引脚。这是我的代码:123456789101112131415161718192021222324252627282930313233343536373839404142434445classMyPointAnnotation:MKPointAnnotation{ varpinTintColor:UIColor?}classViewController:UIViewCont