Skip to content

Releases: krimpedance/KRProgressHUD

KRProgressHUD is now supported Swift Package manager

01 Oct 02:40
Compare
Choose a tag to compare

KRProgressHUD 3.4.3 for iOS 13 is available

01 Oct 02:39
Compare
Choose a tag to compare

KRProgressHUD 3.4.1 for Swift 5.0 is available

01 May 07:45
Compare
Choose a tag to compare

KRProgressHUD 3.3.0 for Swift 4.2 is available

18 Sep 13:27
Compare
Choose a tag to compare
Update version, README and podspec

KRProgressHUD 3.1.0 for Swift4 is available

22 Sep 06:15
Compare
Choose a tag to compare

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 🍺

19 May 08:27
Compare
Choose a tag to compare

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 🍺

03 Mar 08:48
Compare
Choose a tag to compare

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 🍺

09 Nov 13:49
Compare
Choose a tag to compare

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

15 Sep 09:55
Compare
Choose a tag to compare

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

15 Sep 09:55
Compare
Choose a tag to compare