文件名称:iOS8本地通知Demo
文件大小:79KB
文件格式:ZIP
更新时间:2018-02-04 05:34:31
iOS8 本地通知
iOS8环境下本地通知的创建 UIMutableUserNotificationCategory *shoppingListReminderCategory = [[UIMutableUserNotificationCategory alloc] init]; shoppingListReminderCategory.identifier = @"shoppingListReminderCategory"; [shoppingListReminderCategory setActions:actionArray forContext:UIUserNotificationActionContextDefault]; [shoppingListReminderCategory setActions:actionArrayMinimal forContext:UIUserNotificationActionContextMinimal];
【文件预览】:
LocalNotificationDemo
----.DS_Store(6KB)
----LocalNotificationDemo.xcodeproj()
--------project.xcworkspace()
--------xcuserdata()
--------project.pbxproj(18KB)
----.git()
--------info()
--------index(2KB)
--------objects()
--------HEAD(23B)
--------config(137B)
--------refs()
--------branches()
--------hooks()
--------description(73B)
----LocalNotificationDemoTests()
--------LocalNotificationDemoTests.m(914B)
--------Info.plist(754B)
----LocalNotificationDemo()
--------ViewController.m(7KB)
--------.DS_Store(12KB)
--------Info.plist(1KB)
--------en.lproj()
--------main.m(347B)
--------ja.lproj()
--------Base.lproj()
--------Images.xcassets()
--------ViewController.h(796B)
--------AppDelegate.h(290B)
--------zh-Hans.lproj()
--------AppDelegate.m(3KB)