how to add custom callout view in mapview
I am new to mapkit in objective-c. I am able to add custom annotation in mapview. i need to place custom callout view like below image . But i didn't get how can i design callout view like this. i know i need to add callout in view for annotation method. - (MKAnnotationView *)mapView:(MKMapView *)map viewForAnnotation:(id <MKAnnotation>)annotation { static NSString *AnnotationViewID = @"annotationViewID"; MKAnnotationView *annotationView = (MKAnnotationView *)[mapview dequeueReusableAnnotationViewWithIdentifier:AnnotationViewID]; if (annotationView == nil) { annotationView = [[