ios-iOS10 通知Swift 3.0.zip

时间:2022-07-31 12:47:35
【文件属性】:
文件名称:ios-iOS10 通知Swift 3.0.zip
文件大小:160KB
文件格式:NONE
更新时间:2022-07-31 12:47:35
系统功能 NotificationManager.scheduleNotification(id: "标识", title: "通知测试", subtitle: "子标题", body: "风雨一夜花满楼", badgeCount: 10) NotificationManager.pending { [weak self] value in print("(value)未发送") self?.showAlert(title: "通知", message: "(value)未发送") } NotificationManager.delivered{ [weak self] value in self?.showAlert(title: "通知", message: "(value)已发送") }
【文件预览】:
iOS10-LocalNotification
----本地通知Tests()
--------____Tests.swift(967B)
--------Info.plist(680B)
----本地通知.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(22KB)
--------xcuserdata()
----.git()
--------index(3KB)
--------hooks()
--------config(331B)
--------description(73B)
--------refs()
--------branches()
--------logs()
--------objects()
--------info()
--------.DS_Store(6KB)
--------COMMIT_EDITMSG(14B)
--------HEAD(23B)
--------FETCH_HEAD(112B)
----.DS_Store(6KB)
----README.md(566B)
----本地通知()
--------ViewController.swift(1KB)
--------Assets.xcassets()
--------ViewController+Extension.swift(564B)
--------Base.lproj()
--------NotificationManager.swift(7KB)
--------.DS_Store(6KB)
--------20100617172406530.png(20KB)
--------AppDelegate.swift(3KB)
--------Info.plist(1KB)
----本地通知UITests()
--------Info.plist(680B)
--------____UITests.swift(1KB)

网友评论