Skip to content

Releases: eidra-umain/APESuperHUD

2.0.1

28 May 11:42
Compare
Choose a tag to compare

Add completion block that is called when the HUD is dismissed

2.0.0

21 May 15:11
Compare
Choose a tag to compare

Rewritten the framework.
Old
APESuperHUD.showOrUpdateHUD(loadingIndicator: .standard, message: "Loading...", presentingView: self.view)

New
APESuperHUD.show(style: .loadingIndicator(type: .standard), title: nil, message: "Loading...")

1.1.3

25 Sep 13:15
Compare
Choose a tag to compare

Swift 4 support
#24 #23

1.1.2

07 Oct 14:51
Compare
Choose a tag to compare
  • Fixes showing particle effects issue. Particle effects did not appear after a showing a loading indicator

1.1.1

06 Oct 15:51
Compare
Choose a tag to compare

Fixed issues:

  • Particle effect not showing when a blur effect is added
  • Blur effect disappearing for a short while
  • Particle effect rotation issue

Updates:

  • Appearance struct updated with a particle effect background color
  • If needed the height of the HUD increases in order to fit the message label

1.1

06 Oct 12:26
Compare
Choose a tag to compare
1.1

Adds possibility to show particle effects in the background.

CocoaPods version

19 Sep 09:39
Compare
Choose a tag to compare

Hotfix CocoPods version. #9

Swift 3

15 Sep 13:17
Compare
Choose a tag to compare

Refactored to Swift 3.

Updates default icon images

25 Aug 14:55
Compare
Choose a tag to compare

The default icon images are replaced with images with higher resolution.

Adds the possibility to set a title in the HUD

23 Aug 12:38
Compare
Choose a tag to compare
  • Adds the possibility to set a title in the HUD
  • Default icons are updated with a info icon
  • Updated icon images
  • Bug fix