How do I get an annotation on a map view to follow the user's finger?

How would I allow the user to press on an existing annotation on a map view and drag the annotation to wherever his finger goes?

Hi @brower

You can set the draggable property to true. Here is a good overview of the approach:
How to implement a draggable MKPointAnnotation using Swift (IOS)? - Stack Overflow.
Hope this is helpful.

Nikita

This topic was automatically closed after 166 days. New replies are no longer allowed.