ProgressHUD Versions Save

ProgressHUD is a lightweight and easy-to-use HUD for iOS. Over 5000+ animations. ‼️

13.7.3

7 months ago

Fixed

  • Fixed a bug where a thin line occasionally appeared on the right side of the HUD.

13.7.2

10 months ago

Added

  • Display any SF Symbols by specifying their names, e.g., ProgressHUD.show(symbol: "car.fill").
  • Enhanced showFailed and showError methods to accept optional Error? parameters. When provided, the localizedDescription will be shown.

Fixed

  • Fixed setupDelayTimer method by incorporating [weak self] in the timer's closure to prevent potential retain cycles and mitigate memory leaks.

13.7.1

10 months ago

Added

  • Added mediaSize and marginSize options for customizable HUD dimensions.

13.7.0

10 months ago

Added

  • Introduced AnimationType.none for text display without animation.

13.6.2

1 year ago

Added

  • Added optional delay: parameter for setting timeout.
  • Introduced .remove() function for immediate HUD dismissal.

13.6.1

2 years ago

Changed

  • Switched to semantic versioning for more consistent and understandable version management.

13.6

3 years ago

Fixed

  • Fixed iPad split-screen related bug.

13.5

3 years ago

Fixed

  • Resolved issue with showProgress.

v2.70

4 years ago