最新文章列表

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

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

UILocalNotification

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

闹钟基本实现

闹钟所实现的基本功能:定时提醒    //定义声音 CFBundleRef mainBundle; mainBundle = CFBundleGetMainBundle (); // Get the URL to the sound file to play soundFileURLRef = CFBundleCopyResourceURL ( ...
吃饱了就饿 评论(0) 有4135人浏览 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) 有1681人浏览 2011-12-14 19:22

最近博客热门TAG

Java(141741) C(73643) C++(68602) SQL(64557) C#(59604) XML(59131) HTML(59042) JavaScript(54916) .net(54782) Web(54511) 工作(54116) Linux(50906) Oracle(49861) 应用服务器(43285) Spring(40811) 编程(39452) Windows(39380) JSP(37540) MySQL(37266) 数据结构(36420)

博客人气排行榜

    博客电子书下载排行

      >>浏览更多下载

      相关资讯

      相关讨论

      Global site tag (gtag.js) - Google Analytics