0

How do you change the text colour and background of a MapKit Annotation?

I am using MKAnnotation there doesn't seem to be a property I can use to change the text color or background color?

Any ideas? Thanks

tau
  • 288
  • 4
  • 19
  • i guess it's the same question asked before. See this. http://stackoverflow.com/questions/1847123/custom-mkpinannotationview-colours – serhat sezer Jun 29 '14 at 15:34
  • Its not really the pin I want to change the color of its the actual text in the description since ios 7 its defaulted to white. – tau Jun 30 '14 at 08:48

1 Answers1

0

as I understand you basically want to override Mapkit annotation text color or something. I hope it helps your problem https://www.cocoacontrols.com/controls/multirowcalloutannotationview

note : this framework may inspire you what should you customize annotation.

serhat sezer
  • 1,330
  • 1
  • 10
  • 26
  • Yes this is what I am looking for I will have a look in to this and let you know thanks. – tau Jun 30 '14 at 09:55