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()