大家好:这对我来说仍然是一个谜。在我按下“查找我”按钮后,我的应用程序会加载一个蓝屏(海洋),其中包含以下内容:
-(IBAction)findMe
{
self.mapView.showsUserLocation = YES;
[mapView setCenterCoordinate:mapView.userLocation.coordinate animated:YES];
}
我对这个错误的补救措施的理解是你可能想要 mapView.showsUserLocation = YES; 在 ViewWillAppear 部分,但我愿意接受反馈。我的问题是,如何通过单击我的按钮停止加载蓝屏死机???:)