PIHud 0.1.3

PIHud 0.1.3

测试已测试
语言语言 SwiftSwift
许可 MIT
发布最后发布2015年6月
SPM支持 SPM

Maintained by pixelink.



PIHud 0.1.3

PIhud

HUD / Toast by swift


安装

  • 手动
    • 将 PIHud**.swift 添加到您的项目中

  • cocoapods
    • 在 Podfile 中添加 “ pod ‘PIHud’, '0.1.3’ ”
    • 在代码中添加 “ import PIHud ”

基本使用

  • 初始化
    • var pi = PIHud(target: yourUIView)

  • Toast
    • pi.toast(“hello world”)

  • Hud
    • pi.hud(UIImage(named: “pict.png”)!, text:“hello”)

  • Progress
    • pi.progressStart(UIImage(named: “pict.png”)!, text:“hello”)
    • pi.progressEnd()