I want to show a custom message instead of \"My Location\" in viewForAnnotation. How do I do this?
Thanks Deshawn
Simply referring directly to it works too, like this...
mapView.userLocation.title = @"I am here";
This can be done from anywhere you have a reference to the map view.