Releases: eidra-umain/APESuperHUD
Releases · eidra-umain/APESuperHUD
2.0.1
2.0.0
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
1.1.2
1.1.1
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
CocoaPods version
Hotfix CocoPods version. #9
Swift 3
Refactored to Swift 3.
Updates default icon images
The default icon images are replaced with images with higher resolution.
Adds the possibility to set a title in the HUD
- Adds the possibility to set a title in the HUD
- Default icons are updated with a info icon
- Updated icon images
- Bug fix