PKHUD v4.2.0 Release Notes

Release Date: 2017-01-21 // over 7 years ago
  • Thanks to @isaced now it's possible to set a grace period.

    0️⃣ 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.5HUD.show(.progress)... // Your task code