Skip to content

Releases: relatedcode/ProgressHUD

13.8.4

05 Oct 18:59

Choose a tag to compare

Fixed

  • Corrected the window initialization issue where the ProgressHUD class was initialized before the 'main' window was created.
  • Resolved the keyboard height discrepancy that occurred when the keyboard was already visible before displaying the HUD.

13.8.3

30 Sep 07:51

Choose a tag to compare

Removed

  • Removed the AlertIcon feature. Please use the symbol: parameter for similar functionality.

Changed

  • The questionmark symbol will be displayed when the specified symbol name does not exist.

13.8.2

29 Sep 07:45

Choose a tag to compare

Changed

  • Refactored internal code architecture.

13.8.1

28 Sep 12:45

Choose a tag to compare

Added

  • Implemented custom delay option for Banners.
  • Fixed the Banner orientation resizing issue.
  • Added multi-window support: custom window can be defined now.

Fixed

  • Corrected the device orientation HUD positioning issue.

13.8.0

27 Sep 20:50

Choose a tag to compare

Added

  • Introduced an incredibly straightforward notification Banner feature.

13.7.3

27 Sep 17:02

Choose a tag to compare

Fixed

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

13.7.2

09 Jul 09:54

Choose a tag to compare

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

30 Jun 11:14

Choose a tag to compare

Added

  • Added mediaSize and marginSize options for customizable HUD dimensions.

13.7.0

29 Jun 19:55

Choose a tag to compare

Added

  • Introduced AnimationType.none for text display without animation.

13.6.2

17 Dec 19:38

Choose a tag to compare

Added

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