标签: iphone objective-c mapkit mkannotationview
我目前有一个像这样的AnnotationDelegate原型:
@synthesize title; @synthesize subtitle; @synthesize coordinate;
但是,当字幕是包含\ n(换行符)的字符串时,它不会在下一行继续。相反,它只是截断并给出一些尾随点。有没有办法允许多行字幕?
感谢您的帮助。