测试已测试 | ✗ |
多语言语言 | SwiftSwift |
许可证 | MIT |
发布时间最新发布 | 2017 年 9 月 |
SwiftSwift 版本 | 4.0 |
SPM支持 SPM | ✗ |
由 WangWenzhuang 维护。
可以在 iOS App 状态栏中轻松显示消息通知。
ZKStatusBarNotification
文件夹拖动到您的项目中ZKStatusBarNotification
import ZKStatusBarNotification
ZKStatusBarNotification.showInfo("Star 一下吧")
ZKStatusBarNotification.showSuccess("操作成功")
ZKStatusBarNotification.showError("出现错误了")
ZKStatusBarNotification.setFont(_ font: UIFont)
ZKStatusBarNotification.setTextColor(_ color: UIColor)
ZKStatusBarNotification.setInfoBackgroundColor(_ color: UIColor)
ZKStatusBarNotification.setErrorBackgroundColor(_ color: UIColor)
ZKStatusBarNotification.setErrorBackgroundColor(_ color: UIColor)
ZKStatusBarNotification.setAutoDismissDelay(_ delay: Int)