tags:

views:

69

answers:

1

How can I get a Multiple Line Address in an MKAnnotation title?
For example:

MyAnnotation *ann = [[MyAnnotation alloc] init];
ann.title = @"abcdefjkskfjhsjkdhfsjdhfjkshdkfjskjfkjshdf ";

MyAnnotation is my NSObject class which set the title.

But the bubble only displays one line and another subtitle, so how can I get the whole text in multiple lines?