0

I'm making an app, using mapkit & making the callout's on my own, but I have a problem there. I put a custom pin's image too, & the callout's bubble, appears behind the pins, & want to show them above them. I tried [calloutMapAnnotationView.superview bringSubviewToFront:calloutMapAnnotationView] in view For Annotation function. But is not working... Any help? Thank you!

Oscar
  • 1,899
  • 1
  • 22
  • 32

1 Answers1

0

Try going through this detailed tutorial on what you're trying to do. It's hard to be able to give more detailed information without knowing exactly what's going on in the code.

Micah Hainline
  • 14,367
  • 9
  • 52
  • 85
  • I used that tutorial to make the app. but the problem is, that with several MKAnnotation, the callout appears behind the pois... & I don't know how could I avoid it. Thank you anyway :) – Oscar Jun 07 '11 at 14:26