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]; }