PIHud 0.1.3

PIHud 0.1.3

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Jun 2015
SPMSupports SPM

Maintained by pixelink.



PIHud 0.1.3

PIhud

HUD / Toast by swift


install

  • manually
    • add PIHud**.swift into your project

  • cocoapods
    • add “ pod ‘PIHud’, '0.1.3’ ” into your Podfile
    • add “ import PIHud ” into your code

basic usage

  • initialize
    • 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()