随笔分类 -  本地提醒(UILocalNotification)

摘要:来自:http://www.devdiv.com/thread-69786-1-1.htmlUILocalNotification *notification=[[UILocalNotification alloc] init]; if (notification!=nil) { NSDate *now=[NSDate new]; //notification.fireDate=[now addTimeInterval:period]; notification.fireDate = [now dateByAddingTimeInterval:period]... 阅读全文
posted @ 2012-08-02 10:28 奔放小青年 阅读(459) 评论(0) 推荐(0)