Objective-C LocalNotification(本地通知)

// 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编辑  收藏  举报