标签: swift swift2 annotations mapbox
我正在使用:
func mapView(mapView: MGLMapView, viewForAnnotation annotation: MGLAnnotation) -> MGLAnnotationView?
添加注释,但有时用户无法点击注释
答案 0 :(得分:0)
经过很长一段时间我试图解决这个问题,我想我要添加的每个MGLAnnotationView都需要强制使用“.enable = true” 它有效:)