I am creating iPhone application where I am showing my office location and its working perfectly.
For map I followed this.
On link, I have code as below.
DisplayMap *ann = [[DisplayMap alloc] init];
ann.title = @" Kolkata";
ann.subtitle = @"Mahatma Gandhi Road";
What I want is subtitle as below.
Line 1
Line 2
Line 3
How could I do the same?
Any idea or suggestions please.