测试已测试 | ✗ |
Lang语言 | SwiftSwift |
许可证 | MIT |
Released最后发布 | 2017年6月 |
SwiftSwift版本 | 3.0 |
SPM支持SPM | ✗ |
由 Nicolas Mahé 维护。
依赖 | |
PromiseKit | ~> 4.1 |
NMLocalize | >= 0 |
要运行示例项目,克隆仓库,然后首先从示例目录中运行pod install
。
NMNotification通过CocoaPods获取。要安装它,只需将以下行添加到您的Podfile中
pod "NMNotification"
然后如果您使用的是默认的“未激活的弹出”,请将那些翻译添加到您的应用程序中,并随意修改它们
notification.popup.not_authorized.title = "Notifications unauthorized";
notification.popup.not_authorized.message = "You need to authorize the notifications in Settings";
notification.popup.not_authorized.go_to_settings = "Go to Settings";
notification.popup.not_authorized.cancel = "Cancel";
Nicolas Mahé,[email protected]
NMNotification可在MIT许可证下使用。有关更多信息,请参阅LICENSE文件。