How to move a MKAnnotation without adding/removing it from the map?

前端 未结 11 1128
情深已故
情深已故 2020-12-13 06:22

Is it possible to move the coordinate of a MKAnnotation without adding and removing the annotation from the map?

11条回答
  •  眼角桃花
    2020-12-13 07:13

    Subclass MKPointAnnotation and it has the capability to update the annotation view on the map to the new coordinate automatically.

提交回复
热议问题