我有一个移动到用户位置的按钮。我在ViewControler.h中声明它,然后将以下代码添加到ViewController.m中:
- (IBAction)userLocation:(id)sender {
[_mapView setCenterCoordinate:_mapView.userLocation.location.coordinate animated:YES];
}
这使我继续前进到(0,0)坐标。我需要添加更新的Xcode版本中的某些内容才能使其再次运行吗?