Re: Detecting which MKAnnotation Detail Disclosure was touched

2010-04-02 Thread John Baldwin
You can use view.annotation in - (void)mapView:(MKMapView *)mapView annotationView:(MKAnnotationView *)view calloutAccessoryControlTapped:(UIControl *)control John On Thursday Apr 1 6:16 PM, at 6:16 PM, Roger Dalal wrote: > Help All (please)! > > I have approximately 80 map annotations on

Re: Detecting which MKAnnotation Detail Disclosure was touched

2010-04-02 Thread Roger Dalal
Help All (please)! I have approximately 80 map annotations on a typical MapKit mapview. I have initialized the annotations with an array generated from a SQLlite database. I need to push a detail view controller once the user touches the annotation Detail Disclosure button on the annotation's C