How to stop the viewForAnnotation method from overriding the default user location blue beacon in iOS
问题 Right now I am populating a map view with annotations, and also displaying the user's current location. With the viewForAnnotation method, it overrides all annotations with the default red pin, but I want to return the views for the other annotations, but keep the user location the default blue beacon. Is there a way to do this simply or do I have to create a new annotation view and return the right one depending on the annotation? Right now I have something like: - (MKAnnotationView *