iOS:本地化MKMapView的措辞

Rap*_*tor 1 mkmapview ios5

虽然使用MKMapView来识别用户的位置,但该位置固定有注释"当前位置".

我可以使用更改"当前位置"的字词吗?

cha*_*tur 5

您可以通过设置更改当前位置注释的标题和副标题

mapView.userLocation.subtitle = @"mySubt";
mapView.userLocation.title = @"title";
Run Code Online (Sandbox Code Playgroud)