All Versions
11
Latest Version
Avg Release Cycle
137 days
Latest Release
1310 days ago

Changelog History
Page 1

  • v5.4.0 Changes

    September 17, 2020

    Thanks to @arturgrigor

  • v5.3.0

    May 28, 2019
  • v5.2.1

    January 14, 2019
  • v5.2.0

    September 28, 2018
  • v5.1.0

    June 24, 2018
  • v5.0.0

    October 04, 2017
  • v4.2.3 Changes

    June 12, 2017
    • ๐Ÿ—„ Deprecated graceTime. Fixed in #168
    • ๐Ÿ›  Fix add subview to UIVisualEffectView #169
  • v4.2.2 Changes

    May 10, 2017

    ๐Ÿ”„ Change default HUD Visible State to false. Fixed by @Veronique in #165

  • v4.2.1

    March 31, 2017
  • v4.2.0 Changes

    January 21, 2017

    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