Hi,
I have written an application with a draggable annotation which I have added on top of a MKMapView. I've added a CLLocationCoordinate2D variable called myloc in my main view controller to store the coordinate (lat,lng) values whenever I drag the annotation. My question is how do I update the myloc property value in the super parent UIViewController class whenever the touch end event ends on the annotation? If someone can share some code on how to do this elegantly that would be appreciated.
Thanks