DLLocalNotifications:快速轻松地创建本地通知-UserNotifications框架包装

时间:2024-06-12 12:13:43
【文件属性】:

文件名称:DLLocalNotifications:快速轻松地创建本地通知-UserNotifications框架包装

文件大小:186KB

文件格式:ZIP

更新时间:2024-06-12 12:13:43

notifications scheduled-notifications local-notifications user-notifications-framework local-notification-helper

在IOS 10中,Apple更新了其通知库,并将本地通知和推送通知分离到一个新框架: 该库使设置本地通知变得容易,并且还包括用于使用[.None,.Minute,.Hourly,.Daily,.Monthly,.Yearly]重复通知的简单配置。 它还包括所有新功能,包括插入附件和更改通知的启动图像。 修改通知元素 基于位置的通知 动作按钮 贡献 特征 轻松重复通知 基于位置的通知 类别操作按钮 排队实施64个通知限制 要求 iOS 10.0以上 Xcode 8.0+ 安装 可可豆 您可以使用的CocoaPods安装DLLocalNotifications将其添加到您的Podfile : platform :ios , '10.0' use_frameworks! target 'MyApp' do pod 'DLLocalNotifications' end 注


【文件预览】:
DLLocalNotifications-master
----Assets()
--------banner.png(31KB)
----.gitignore(1KB)
----DLLocalNotifications.xcodeproj()
--------xcshareddata()
--------project.xcworkspace()
--------project.pbxproj(31KB)
----.travis.yml(543B)
----DLLocalNotificationsHostUITests()
--------Info.plist(727B)
--------DLLocalNotificationsHostUITests.swift(1KB)
----LICENSE(1KB)
----.swift-version(4B)
----README.md(7KB)
----DLLocalNotificationsTests()
--------Info.plist(680B)
--------DLLocalNotificationsTests.swift(17KB)
--------DLSchedulerTests.swift(183B)
----DLLocalNotificationsHost()
--------ViewController.swift(386B)
--------Info.plist(1KB)
--------Base.lproj()
--------AppDelegate.swift(2KB)
--------Assets.xcassets()
----DLLocalNotifications.podspec(858B)
----DLLocalNotifications()
--------DLLocalNotifications.h(582B)
--------DLLocalNotifications.swift(14KB)
--------DLNotification.swift(6KB)
--------DLCategory.swift(1KB)
--------Info.plist(823B)
--------DLQueue.swift(4KB)

网友评论