Notify
示例
要运行示例项目,请克隆仓库,然后首先从Example目录中运行pod install
。
要求
安装
Notify可通过CocoaPods安装。要安装它,只需将以下行添加到Podfile中
pod 'Notiefy'
如何使用
Notify.shared.add(on: self.navigationController!)
.delegate(for: self)
.message(message: "This is example")
.closeIcon(icon: .closeWhite)
.messageAlignment(alignment: .left)
.show()
作者
karthikAdaptavant, [邮件地址保护]
授权
Notify 可在 MIT 许可下使用。更多信息请参阅 LICENSE 文件。