chromeragnarok
chromeragnarok

Reputation: 33

How to create multiple subtitles on a map annotation callout on iPhone

Currently I'm stuck on this problem of showing multiple lines of subtitles on a map annotation callout. I've found some tutorials that provides a custom callout, however, I'd prefer to use the default callout view, but with multiple subtitles (2 lines of subtitles, for example). Thanks in advance!

Upvotes: 0

Views: 1803

Answers (1)

danskcollignon
danskcollignon

Reputation: 62

http://blog.asolutions.com/2010/09/building-custom-map-annotation-callouts-part-1/

You can't do it with the default MKAnnotationView. This blog provides a work-around...

Upvotes: 1

Related Questions