我试图在用户进入某个区域时运行一些代码。但只有在原因存储时间不到60分钟之前。 如何查看某个地区的“日期(created_at)”?
- (void)locationManager:(CLLocationManager *)manager didEnterRegion:(CLRegion *)region {
// Do sth. if the region was stored less than 60 min ago
}
谢谢, 费边
答案 0 :(得分:0)
CLRegion
没有“存储日期”属性或类似的东西,但是当您开始监视区域时,您可以将日期存储在用户默认值中(例如,在映射区域{的字典中{1}}到您开始监控它的日期/时间。)