LilithProgressHUD 0.1.99

LilithProgressHUD 0.1.99

TestsTested βœ—
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Aug 2016
SPMSupports SPM βœ—

Maintained by Josh Arnold.



  • By
  • joshuaarnold

LilithProgressHUD

A beautiful, lightweight and elegant progress hud for iOS. 😎

LilithProgressHUD Image

Features

  • [x] Incredibly easy to use (no hoo-ha) πŸ™ŒπŸΌ
  • [x] Beautiful & customizable 😍
  • [x] Made with love ❀️
  • [x] I like watermelon πŸ‰

Requirements

  • iOS 8.0+
  • Xcode 7.3

Installation

Manually

  1. Download and drop LilithProgressHUD.swift in your project.
  2. Congratulations! πŸ‘πŸΌ

Usage

** It’s easy as pie. πŸ˜‹ **

//Import LilithProgressHUD
import LilithProgressHUD

//Show the HUD
LilithProgressHUD.show()

... //Do something

//Hide the HUD
LilithProgressHUD.hide()

** If you want to be more specific… πŸ˜‰ **

//Show the HUD on desired view
LilithProgressHUD.show(view)

... //Do something

//Hide all HUD's for a desired view
LilithProgressHUD.hide(view)

** Sexy extras. 😘 **

//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

Contribute

We would love for you to contribute to LilithProgressHUD, check the LICENSE file for more info.

License

LilithProgressHUD is available under the MIT license. See the LICENSE file for more info.