摘要: 1 - (IBAction)schedule { 2 // 1.创建本地推送通知对象 3 UILocalNotification *ln = [[UILocalNotification alloc] init]; 4 5 // 2.设置通知属性 6 // 音效文件名 7 ln.soundName = 阅读全文
posted @ 2016-02-06 18:38 xiaocaoera 阅读(179) 评论(0) 推荐(0) 编辑
摘要: 1 将非arc转成arc edit➡️convert➡️to objective-c ARC ☑️ 如果不成功试以下方法 2 target中build phases下compile source中非arc的标记为 -fno-objc-arc(如果文件过多,这种方法太笨,不太适合) 3 到处静态库:选 阅读全文
posted @ 2016-02-06 16:53 xiaocaoera 阅读(176) 评论(0) 推荐(0) 编辑