- (MKAnnotationView *)mapView:(MKMapView *)theMapView viewForAnnotation:(id <MKAnnotation>)annotation
> --
> You received this message because you are subscribed to the Google Groups "iPhone SDK Development" group.
> To post to this group, send email to iphonesdkd...@googlegroups.com.
> To unsubscribe from this group, send email to iphonesdkdevelop...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/iphonesdkdevelopment?hl=en.
>
then, the leftCallout is indeed a view and I don't see why your method would not get called as the view is loaded for the annotation when the user taps on a pin.
are you logging or breaking on the init of your annotation subclass to ensure it is indeed being loaded ?