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.
我正在开发一个应用程序,该应用程序在地图上显示几个地方以及用户的当前位置。我有两个小问题:
确保你将你的 mapView 委托设置为 self ......这应该修复 pin 颜色。不确定您的其他问题
// 在 viewDidLoad [mapView setDelegate:self];
其中“mapView”定义为“IBOutlet MKMapView *mapView;”