IOS 9 Change pin color of the dequeueReusableAnnotationViewWithIdentifier

Hi,

For IOS 9 and preferable Swift can someone show me how to change the pinTintColor for the

mapView.dequeueReusableAnnotationViewWithIdentifier("pin")? I can change the pinTintColor successfully for the annotations that I designate as MKPinAnnotationView BUT I cannot for the ones that I am reusing.


I have two types of annotations and I would like show both but in different colors.


Any help would be appreciated?

Thanks

Tom

IOS 9 Change pin color of the dequeueReusableAnnotationViewWithIdentifier
 
 
Q