Skip to content

Releases: relatedcode/ProgressHUD

13.8.1

28 Sep 12:45
Compare
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
Compare
Choose a tag to compare

Added

  • Introduced an incredibly straightforward notification Banner feature.

13.7.3

27 Sep 17:02
Compare
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
Compare
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
Compare
Choose a tag to compare

Added

  • Added mediaSize and marginSize options for customizable HUD dimensions.

13.7.0

29 Jun 19:55
Compare
Choose a tag to compare

Added

  • Introduced AnimationType.none for text display without animation.

13.6.2

17 Dec 19:38
Compare
Choose a tag to compare

Added

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

13.6.1

14 Nov 09:09
22c3f83
Compare
Choose a tag to compare

Changed

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

13.6

05 Apr 19:42
Compare
Choose a tag to compare

Fixed

  • Fixed iPad split-screen related bug.

13.5

23 Mar 16:18
Compare
Choose a tag to compare

Fixed

  • Resolved issue with showProgress.