TestsTested | ✗ |
LangLanguage | SwiftSwift |
License | MIT |
ReleasedLast Release | Apr 2017 |
SwiftSwift Version | 3.0 |
SPMSupports SPM | ✗ |
Maintained by jinxiansen.
JJHUD
is an displays a translucent HUD with an indicator and/or labels .JJHUD
works on "Xcode 8.2 , Swift 3 and ios 10+ to build.
You will need the latest developer tools in order to build JJHUD
. Old Xcode versions might work, but compatibility will not be explicitly maintained.
JJHUD
folder into your project. Make sure to select Copy items when asked if you extracted the code archive outside of your project.JJHUD.showSuccess(text: "Login success", delay: 2.0)
or
JJHUD.showLoading()
JJHUD.hide()
For more examples, including how to use JJHUD , take a look at the bundled demo project. API documentation is provided in the header file (JJHUD.swift).
JJHUD is released under the MIT license. See LICENSE for details.