0

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.

Nick Toumpelis
  • 2,717
  • 22
  • 38
Craig
  • 1
  • 2

1 Answers1

0

You have to "catch" the select action on the MKAnnotation view. And then change the color on it. Catching the event is described here : MKMapView: Get clicked event on annotation pin

Community
  • 1
  • 1
yonel
  • 7,855
  • 2
  • 44
  • 51