I\'m adding several annotations to a MapView and using a custom image instead of the default pins. I am using the viewForAnnotation delegate method to set the c
viewForAnnotation
Don't use MKPinAnnotationView - just use MKAnnotationView.