问题描述
我有一个自定义的PinAnnotation
和PinAnnotationView
。我有一个旋转木马,selectedPinIndex
是活动卡。 PinAnnotation
有一个index: Int
当selectedPinIndex: Int
更改时,我想通过自定义方法.select()
func updateSelectedPin(_ mapView: MKMapView,selectedPinIndex: Int?) {
if selectedPinIndex != nil {
guard let annotations = mapView.annotations as? [PinAnnotation] else {
return
}
// how do I find the associated PinAnnotationView for this annotation?
// let annovationView =
}
}
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)