测试测试通过 | ✗ |
Lang语言 | SwiftSwift |
许可证 | MIT |
发布最后发布 | 2016 年 8 月 |
SPM支持 SPM | ✗ |
Maintained by Josh Arnold.
一个美丽、轻量且优雅的 iOS 进度条。
** 简单如切蛋糕。
//Import LilithProgressHUD
import LilithProgressHUD
//Show the HUD
LilithProgressHUD.show()
... //Do something
//Hide the HUD
LilithProgressHUD.hide()
** 如果需要更具体的话…
//Show the HUD on desired view
LilithProgressHUD.show(view)
... //Do something
//Hide all HUD's for a desired view
LilithProgressHUD.hide(view)
** 酷炫的额外功能。
//The opacity for the hud
LilithProgressHUD.opacity = 0.75
//The size of the hud
LilithProgressHUD.size = 50
//The corner radius of the hud
LilithProgressHUD.cornerRadius = 3
//The fade in and out time
LilithProgressHUD.fadeTime = 1
我们非常希望你能为 LilithProgressHUD 做出贡献,更多信息请查看 LICENSE
文件。
LilithProgressHUD 在 MIT 许可证下可用。有关更多信息,请参阅 LICENSE 文件。