MKAnnotationView issue
Hi,
I have an application that has multiple types of MKAnnotations on a MapView. Each type of annotation has a custom image instead of the standard "pin" that Apple provides.
All of this works great. However, if you tap and drag on an annotation, it changes the image of the annotation to the default red pin that Apple provides. Even if I set the annotations to not draggable, I still get this issue.
I've looked at Apple's sample code for MapCallouts, and their custom annotations don't have that issue. My code is almost the same as that.
Has anyone run into this issue before? Any help would be appreciated, I'm stumped.
The pictures show a before/after shot of what happens when you tap and drag on a pin.
|