Hi, Can I customize the pin MKPlaceMark?
Thanks for Help
Hi, Can I customize the pin MKPlaceMark?
Thanks for Help
I believe that your MKPlaceMarks will still get pin views via
-[MKMapViewDelegate mapView:viewForAnnotation:]
since MKPlaceMarks are MKAnnotations. Assuming that's the case, you can inspect the Annotation object to see if it's one of your MKPlaceMarks and return whatever MKAnnotationView type you like.