I am new to iphone development. I have added annotations on the map. I am able to catch the tapping event on the annotation in didSelectAnnotationView(). But i want to change the image of the annotation when the user taps on it.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Set the image property, as such.
EDIT So, you seems to be using MKPinAnnotationView
which has a Therefore, you can change it as such
|
|||||
|