Skip to content

13.7.2

Choose a tag to compare

@relatedcode relatedcode released this 09 Jul 09:54
· 56 commits to master since this release

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.