我正在尝试使用CLLocationManager
获取用户当前位置。这一切都正常,但是当应用程序找到位置时有一点延迟,我需要等待它完成才允许用户发送它。是否有[locationManager startUpdatingLocation];
的某种完成处理程序我应该使用BOOL变量来跟踪它吗?
答案 0 :(得分:2)
您可以使用名为
的CLLocationManagerDelegate方法- (void)locationManager:(CLLocationManager *)manager
didUpdateLocations:(NSArray *)locations