Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 MKMapView 来识别用户的位置时,该位置是用 Annotation “当前位置”固定的。
我可以使用更改“当前位置”的措辞吗?
您可以通过设置更改当前位置注释的标题和副标题
mapView.userLocation.subtitle = @"mySubt"; mapView.userLocation.title = @"title";