Possible Duplicates:
Custom MKPinAnnotation callout bubble similar to default callout bubble
customize callout bubble for annotationview?

Does anyone know, or have code that shows, how to create a custom MKAnnotationView Callout? I mean the actual text bubble and not the pin. Thanks in advance.

link|improve this question
feedback

closed as exact duplicate by Dori Nov 9 '11 at 22:53

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

1 Answer

you cannot make a custom MKAnnotationView, you can only custom the callout views left and right, it's just a view, so you can put anything you want.
If you want a custom MKAnnotationView you will need to capture the touch and handle the rest.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.