1

iOS7 の Annotation 内のラベルの幅に問題があります。iOS7 では、タイトルとサブタイトルのラベルの幅が必要以上に広く、テキストが右側の吹き出しで切れてしまうようです。

    // Set some coordinates for our position
CLLocationCoordinate2D location;
location.latitude = (double) 51.501468;
location.longitude = (double) -0.141596;

// Add the annotation to our map view
MapViewAnnotation *newAnnotation = [[MapViewAnnotation alloc] initWithTitle:@"POI djhkdjsahkljdhsakljhdlka01234" andCoordinate:location];

[self.mapa addAnnotation:newAnnotation];
4

0 に答える 0