This is a pretty strange issue, but I think it might be that I don’t really understand the finer points of MapKit yet. I have a bunch of annotations on a page. When I select one, I want a callout to appear. I have [pinView setCanShowCallout:YES]; and I know that when I tap the pins, they’re being selected because the corresponding delegate method mapView:didSelectAnnotationView is being fired. However, no callout pops up! What gives? Any help is greatly appreciated.
This is a pretty strange issue, but I think it might be that I
Share
Do you have an object that adheres to the
MKAnnotationprotocol backing yourMKPinAnnotationViews?