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!
Asked
Active
Viewed 172 times
0
-
How are you making the custom callouts? – Micah Hainline Jun 06 '11 at 15:26
-
With a subclass of MKAnnotationView – Oscar Jun 06 '11 at 15:28
-
Try the APPLE's sample code for map callouts. Its just the thing you are searching for. :) – Shrey Jun 06 '11 at 16:17
1 Answers
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