I am creating a MKMapView app where user can drag and drop annotation pin to any specific location. Until now its working. But what i want that when user click on refresh button the annotation pin should go to current user's location.
So on button click what i have to make so that the pin should move from dragged location to user's location.
Thanks