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 を使用してユーザーの場所を特定している間、場所は注釈「現在の場所」でピン留めされます。
「現在地」の文言を変更できますか?
設定により、現在地アノテーションのタイトルとサブタイトルを変更できます
mapView.userLocation.subtitle = @"mySubt"; mapView.userLocation.title = @"title";