vote up 1 vote down star
1

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.

flag

4 Answers

vote up 1 vote down

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|flag
vote up 0 vote down

I used this website, but you have to write your own function to set the text in the bubble.

link|flag
This site: everydayone.com is also quite useful! – j.ingham06 Sep 16 at 13:47
vote up 0 vote down

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.

link|flag
vote up 0 vote down

I have written a blog post on my solution to this problem.

link|flag

Your Answer

Get an OpenID
or

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