Releases: relatedcode/ProgressHUD
Releases · relatedcode/ProgressHUD
13.8.4
Fixed
- Corrected the window initialization issue where the
ProgressHUDclass 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
Removed
- Removed the
AlertIconfeature. Please use thesymbol:parameter for similar functionality.
Changed
- The
questionmarksymbol will be displayed when the specified symbol name does not exist.
13.8.2
Changed
- Refactored internal code architecture.
13.8.1
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
Added
- Introduced an incredibly straightforward notification Banner feature.
13.7.3
Fixed
- Fixed a bug where a thin line occasionally appeared on the right side of the HUD.
13.7.2
Added
- Display any SF Symbols by specifying their names, e.g.,
ProgressHUD.show(symbol: "car.fill"). - Enhanced
showFailedandshowErrormethods to accept optionalError?parameters. When provided, thelocalizedDescriptionwill be shown.
Fixed
- Fixed
setupDelayTimermethod by incorporating[weak self]in the timer's closure to prevent potential retain cycles and mitigate memory leaks.
13.7.1
Added
- Added
mediaSizeandmarginSizeoptions for customizable HUD dimensions.
13.7.0
Added
- Introduced
AnimationType.nonefor text display without animation.
13.6.2
Added
- Added optional
delay:parameter for setting timeout. - Introduced
.remove()function for immediate HUD dismissal.