Releases: krimpedance/KRProgressHUD
Releases · krimpedance/KRProgressHUD
KRProgressHUD is now supported Swift Package manager
3.4.4 Support SwiftPM
KRProgressHUD 3.4.3 for iOS 13 is available
Fixed iOS 13 bugs.
KRProgressHUD 3.4.1 for Swift 5.0 is available
Update for Swift 5
KRProgressHUD 3.3.0 for Swift 4.2 is available
Update version, README and podspec
KRProgressHUD 3.1.0 for Swift4 is available
KRProgressHUD 3.1 is adapted to Xcode9 and Swift4.
If you want to use swift3.2 version, show swift3.2
branch.
KRProgressHUD 3.0 is available 🍺
New
- KRActivityIndicatorView was cut off.
- The setting method of styles was changed big.
- Default settings
KRProgressHUD.appearance().style = .black
KRProgressHUD.appearance().activityIndicatorStyle = .gradationColor(head: .red, tail: .white)
- Styles only in specific situation
KRProgressHUD
.set(style: .black)
.set(maskType: .clear)
These settings can be reset by
KRProgressHUD.resetStyles()
Together with show()
KRProgressHUD
.set(style: .black)
.show()
KRProgressHUD 2.2.0 is available 🍺
New
- The style to which the background color can be changed was added.
KRProgressHUDStyle.color(background: UIColor, contents: UIColor)
Swift 2.* isn't supported from this version.
KRProgressHUD 2.1.0 is available 🍺
New
- Show only text HUD with
showText()
. - Default font was changed system font.
if you use swift2.3, show swift2.3
branch :D
KRProgressHUD 2.0.0 supported Swift3
KRProgressHUD(2.0.0) corresponds to Swift 3.0.
The type and the function are modified a little.
See README for more information.
KRProgressHUD 1.7.0 supported Swift 2.3
See README for more information.