标签: ios swift swift3 mapkit mkannotation
我有一个带地图的应用程序,其中有一些带有注释的引脚。
我不明白如何在不点击它的情况下显示特定图钉的注释。
答案 0 :(得分:2)
当注释被“选中”时,通常会显示标注。虽然这通常是通过用户点击注释视图(即引脚)来实现的,但您也可以通过编程方式“选择”注释:
mapView.selectAnnotation(annotation, animated: true)