views:

4546

answers:

5

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.

+1  A: 

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.

CiNN
A: 

i have seen an application, "Homes.com", they have managed both multiple pins on same location and custom callout bubble. any ideas how they have done this.

sanjeev Dutta
This is a great question, but this is not the place to ask questions. It makes it hard to answer you when questions are mixed with the other answers.
bentford
A: 

I have created a new updated blog post with a much better solution! Basically, move calloutOffset off screen and add a property change listener to the selected value.

jakeri