Custom MKAnnotationView Callout

Ayal picture Ayal · Aug 29, 2009 · Viewed 20.3k times · Source

Possible Duplicates:
Custom MKPinAnnotation callout bubble similar to default callout bubble
How to customize the callout bubble for MKAnnotationView?

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.

Answer

CiNN picture CiNN · Aug 29, 2009

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.