2012年9月6日
摘要: 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)
  2012年7月25日
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2012-07-25 13:48 云舟 阅读(2) 评论(0) 推荐(0)