Releases: pkluz/PKHUD
Releases · pkluz/PKHUD
SPM support
Thanks to @arturgrigor
5.3.0: Merge pull request #254 from pkluz/swift-5
Fix Xcode settings
Merge pull request #244 from joshavant/master Actually change build settings to Swift 4.2
Xcode 10
Swift4.2 Support
5.1.0 Swift4.2 Support
Swift4 Support
5.0.0 Update to version 5.0.0
4.2.3
4.2.2
Swift 3.1
The Grace version
Thanks to @isaced now it's possible to set a grace period.
Grace period is the time (in seconds) that the invoked method may be run without showing the HUD. If the task finishes before the grace time runs out, the HUD will not be shown at all. This may be used to prevent HUD display for very short tasks. Defaults to 0 (no grace time). like MBProgressHUD.
PKHUD.sharedHUD.graceTime = 0.5
HUD.show(.progress)
... // Your task code