【发布时间】:2010-10-21 06:39:39
【问题描述】:
大家好
我创建了一个 UILocalNotification....& 当我打印它时
NSLog(@"Notification %@",self.notification)
它给了
Notification <UIConcreteLocalNotification: 0x6f45440>
{fire date = 2010-10-22 00:09:00 -0700, time zone = America/Vancouver (PDT) offset -25200
(Daylight), repeat interval = 64, **next fire date** = 2010-10-22 00:10:00 -0700}
但我想访问此通知的下一个触发日期,我如何才能获得此值?
请为此提供任何帮助。
【问题讨论】:
标签: iphone objective-c notifications