How to display 2 lines of text for subtitle of MKAnnotation and change the image for the button on the right?
问题 I am looking at Apple\'s MapCallouts example for map annotations and callouts (==bubbles that appear when you click on a pin). Every annotation there has coordinates, title and subtitle. I would like to display subtitle in 2 lines, i tried with: - (NSString *)subtitle { return @\"Founded: June 29, 1776\\nSecond line text\"; } but the text \"Second line text\" stays in one line and makes bubble wider.I get this: I would also like to change image of the button to one of my own\'s, the code that