Can anyone tell me how to change the "selected state" of a annotation pin color. Meaning if you have a group of 10 pins and they are red and if you select a pin it changes to purple.

link|improve this question
feedback

1 Answer

You have to "catch" the select action on the MKAnnotation view. And then change the color on it. Catching the event is described here : http://stackoverflow.com/questions/1599406/mkmapview-get-clicked-event-on-annotation-pin/1603624#1603624

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.