Reputation: 29017
how do I use custom placemarks instead of the standard pins with MapKit on the iPhone?
Regards
Upvotes: 4
Views: 3700
Reputation: 22395
You must extend the MKAnnotationView class, it has various properties you can set, the image property is t he one concern with the placemark image, and when you use MKPinAnnotationView the image property is the pin...hope that helps
Upvotes: 3