码迷,mamicode.com
首页 > 移动开发 > 详细

IOS8 UILocalNotification 和之前的变化

时间:2014-09-18 19:05:55      阅读:237      评论:0      收藏:0      [点我收藏+]

标签:ios8 uilocalnotification 和之前的变化

ios的本地消息需要用户允许后才可以使用

代码如下

UIUserNotificationSettings *settings = [UIUserNotificationSettings settingsForTypes:UIUserNotificationTypeAlert|UIUserNotificationTypeBadge|UIUserNotificationTypeSound categories:nil];

    [[UIApplication sharedApplication] registerUserNotificationSettings:settings];


IOS8 UILocalNotification 和之前的变化

标签:ios8 uilocalnotification 和之前的变化

原文地址:http://4223840.blog.51cto.com/4213840/1554858

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!