您的位置:首页 > 移动开发

ios app图片角标

2016-01-12 12:25 190 查看
UIUserNotificationType myType =
UIRemoteNotificationTypeBadge |
UIRemoteNotificationTypeAlert | UIRemoteNotificationTypeSound;
UIUserNotificationSettings *mySetting = [UIUserNotificationSettings
settingsForTypes:myType categories:nil];
[[UIApplication
sharedApplication] registerUserNotificationSettings:mySetting];
[UIApplication
sharedApplication].applicationIconBadgeNumber =9999;
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: