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.
|
|
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. |
||
|
|
|
|
I used this website, but you have to write your own function to set the text in the bubble. |
||
|
|
|
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. |
||
|
|
|
|
I have written a blog post on my solution to this problem. |
||
|
|
