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.