标签: datetime ios8 nsdate
我需要比较两个日期,看它们是否在10秒内。
NSTimeInterval diff = [date2 timeIntervalSinceDate:date1];
上述陈述是否是实现此目的最便宜的方式?