The callout that is being displayed when we press an MKAnnotationPin can be customised to have image, title and also subtitle. Is it possible to change the blackcolor of the callout to some other color, say brown?

link|improve this question

75% accept rate
feedback

2 Answers

You'll need to use a custom annotation view to do that. There is not a way to specify the color with the default annotation style.

link|improve this answer
feedback

MKAnnotationPin comes in three colors Red, Green and Purple. You will need to replace the selected Map Annotation Pin object with a new one.

edit:wrong answer, I miss read the question. I don't think you can change the callout background color. You need to create a custom UIView for the callout

link|improve this answer
This wasn't about the pin color. – Nick Sep 8 '10 at 18:31
feedback

Your Answer

 
or
required, but never shown

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