最新文章列表

自定义本地推送通知(UILocalNotification) 星期和时间

  //创建本地通知 UILocalNotification *localNote = [[UILocalNotificationalloc] init]; //自定义(星期和时间) NSDate * newDate = [selfgetNextWeekDay:2hour:20minute:25];     self.localNote.fireDate = newDate; //设 ...
zht1933 评论(0) 有2835人浏览 2016-01-12 22:28

UILocalNotification

最近在弄发本地消息,在这里把开发过程中的一点小小的经验总结一下,方便大家以后参考。。。   UILocalNotification:就是我们发送的本地消息。会显 ...
吃饱了就饿 评论(2) 有2085人浏览 2013-01-17 10:56

闹钟基本实现

闹钟所实现的基本功能:定时提醒    //定义声音 CFBundleRef mainBundle; mainBundle = CFBundleGetMainBundle (); // Get the URL to the sound file to play soundFileURLRef = CFBundleCopyResourceURL ( ...
吃饱了就饿 评论(0) 有4104人浏览 2012-12-31 10:53

本地通知

UILocalNotification *notification = [[UILocalNotification alloc] init]; if (notification != nil) { NSDate *now = [NSDate new]; notification.fireDate = [now dateByAddingTimeInterval:5]; notificat ...
jsntghf 评论(0) 有1624人浏览 2011-12-14 19:22

最近博客热门TAG

Java(141747) C(73651) C++(68608) SQL(64571) C#(59609) XML(59133) HTML(59043) JavaScript(54918) .net(54785) Web(54513) 工作(54116) Linux(50906) Oracle(49876) 应用服务器(43288) Spring(40812) 编程(39454) Windows(39381) JSP(37542) MySQL(37268) 数据结构(36423)

博客人气排行榜

    博客电子书下载排行

      >>浏览更多下载

      相关资讯

      相关讨论

      Global site tag (gtag.js) - Google Analytics