摘要: // 1.创建一个本地通知 UILocalNotification *localNote = [[UILocalNotification alloc] init]; // 1.1.设置通知发出的时间 localNote.fireDate = [NSDate dateWithTimeIntervalSinceNow:time]; // 1.2.设置通知... 阅读全文
posted @ 2017-09-19 13:17 Clown丶Fish 阅读(226) 评论(0) 推荐(0) 编辑