LilithProgressHUD 0.1.99

LilithProgressHUD 0.1.99

测试测试通过
Lang语言 SwiftSwift
许可证 MIT
发布最后发布2016 年 8 月
SPM支持 SPM

Maintained by Josh Arnold.



  • 作者:
  • joshuaarnold

LilithProgressHUD

一个美丽、轻量且优雅的 iOS 进度条。😎

LilithProgressHUD Image

特性

  • [x] 非常易于使用(没有废话) 🙌🏼
  • [x] 美观且可定制😍
  • [x] 用爱制作的❤️
  • [x] 我喜欢西瓜🍉

要求

  • iOS 8.0+
  • Xcode 7.3

安装

手动方式

  1. 下载并将 LilithProgressHUD.swift 放入你的项目中。
  2. 恭喜!🏅🏼

使用方法

** 简单如切蛋糕。😋 **

//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 文件。