STopAlert
STopAlert 是一个 Swift 编写的框架,可在顶部显示警告消息。
描述
让我们在状态栏中打印通知消息!这是一种非常干净的通知方式。
用法
// Just message.
STopAlert.showMessage(text: "Hello World!")
// Alert with options.
STopAlert.showMessage(text: "Hello World!", backgroundColor: .blue, textColor: .darkGray, duration: 2.0, animationDuration: 0.25)
安装
CocoaPods
STopAlert 通过 CocoaPods 提供。要安装它,只需将以下行添加到您的 Podfile
pod 'STopAlert'
贡献
随时欢迎贡献:(。
这是我的第一个Swift框架。请多提宝贵意见!
许可证
STopAlert 采用MIT许可证。更多信息请参阅LICENSE文件。