NMNotification 0.0.6

NMNotification 0.0.6

测试已测试
Lang语言 SwiftSwift
许可证 MIT
Released最后发布2017年6月
SwiftSwift版本3.0
SPM支持SPM

Nicolas Mahé 维护。



 
依赖
PromiseKit~> 4.1
NMLocalize>= 0
 

  • 作者
  • Nicolas Mahé

NMNotification

示例

要运行示例项目,克隆仓库,然后首先从示例目录中运行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文件。