Hi all,
I am implementing MAPKit Based application, In that I had a problem with the pins display. Some times they are coming on top of the callOut view. I used the following code to send the pins back,
- (void)mapView:(MKMapView *)mapView didAddAnnotationViews:(NSArray *)views
{
for (MKAnnotationView* annotationView in views)
{
[mapView sendSubviewToBack:annotationView];
}
}
Please help me if miss any thing, it is very urgent.
Thanks in advance,
S.