热情的问候,
点击地图时,我正在使用以下代码在 iOS mkmapview上显示注释。
MKPointAnnotation *aAnnotationPoint = [[MKPointAnnotation alloc] init];
aAnnotationPoint.title = @"Virginia";
aAnnotationPoint.subtitle = @"This is a test code .this is a test code. This is a test codeThis is a test code .this is a test code. This is a test code";
// Add the annotationPoint to the map
[myMapView addAnnotation:aAnnotationPoint];
问题是注释没有完全显示文本 - 它使用...
. 这是结果:
我已经在互联网上搜索过这种样本,但没有运气。我怎样才能做到这一点?