I have an MKMapView set up and how I want to to look. What I want to add is an Annotation that stays always on screen.
That means that the pin is always visible, and I can drag and drop the MapView. I want the annotation view to display the Lat&Long, which would be updated if the map is moved around in the background.
I have all this working, but I don't understand how to keep the annotation pin static on the screen. If I drag and drop the map, the pin will go out of view..
MyTaxi and Hailo has the functionality that I am looking for.
A