CocoaPods trunk is moving to be read-only. Read more on the blog, there are 19 months to go.
TestsTested | ✗ |
LangLanguage | SwiftSwift |
License | MIT |
ReleasedLast Release | Sep 2017 |
SwiftSwift Version | 4.0 |
SPMSupports SPM | ✗ |
Maintained by 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)