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.
MKAnnotation オブジェクトの目印 (タイトルとサブタイトル) を、クリックせずにいつでもマップ ビューに表示できるようにします。
これをViewControllerのマップで使用できます
(void)viewWillAppear:(BOOL)animated { [super viewWillAppear:animated]; [myMapView selectAnnotation:myAnnotation animated:YES]; }