stopMonitoringForRegion不会删除该区域

时间:2016-09-17 21:04:19

标签: ios objective-c delegates core-location

我的应用成功输入此委托方法

-(void)locationManager:(CLLocationManager *)manager didEnterRegion:(CLRegion *)region {
    NSLog(@"didEnterRegion = %@", region.identifier);
[self.clm stopMonitoringForRegion:region];
}

但是stopMonitoringForRegion并未删除该区域,为什么?

0 个答案:

没有答案