In my application I am using mapkit. All the time I have more than one annoatations on the map. In the callout i have placed the detailDisclosureButton. On the click of this button I want to load new viewController. How to do this?
Thanks in advance.
In
- (MKAnnotationView *)mapView:(MKMapView *)mV viewForAnnotation:(id )annotationdelegate add a disclosure button as –and in its action method –