I had the pulsating dot of the MKUserLocation
in my App.
Now with the new Xcode 6.3
the MapKit
changed so the following code is not working anymore.
var anno = MKUserLocation()
anno.coordinate = locationNew
as well the setCoordinate()
method is removed from the MapKit
.
Has someone an idea how to get the pulsating dot to a custom location in MapView?