摘要:
UILocalNotification *notice = [[UILocalNotification alloc] init]; if (notice != nil) { // 5秒后通知 notice.fireDate = [[NSDate date] addTimeInterval:5.0]; // 循环次数,kCFCalendarUnitWeekday 一周一次 // 这里是 0, 不循环。 notice.repeatInterval = 0; ... 阅读全文
posted @ 2012-09-06 14:42
云舟
阅读(141)
评论(0)
推荐(0)
浙公网安备 33010602011771号