如何在固定的时间段内启动监控ForRegion?

时间:2014-01-25 22:10:49

标签: objective-c ios7


我试图在用户进入某个区域时运行一些代码。但只有在原因存储时间不到60分钟之前。 如何查看某个地区的“日期(created_at)”?

- (void)locationManager:(CLLocationManager *)manager didEnterRegion:(CLRegion *)region {
    // Do sth. if the region was stored less than 60 min ago

}

谢谢, 费边

1 个答案:

答案 0 :(得分:0)

CLRegion没有“存储日期”属性或类似的东西,但是当您开始监视区域时,您可以将日期存储在用户默认值中(例如,在映射区域{的字典中{1}}到您开始监控它的日期/时间。)