Skip to content

Releases: JonasGessner/JGProgressHUD

2.2

15 Oct 15:18
78d7cd3
Compare
Choose a tag to compare
  • Added ability to change the style property.
  • Added automatic styling according to current dark mode setting via [[JGProgressHUD alloc] init].
  • Added dismiss completion blocks.
  • Added cancellable showInView:animated:afterDelay: method for showing after a delay.

2.1

11 Oct 21:56
v2.1
08d130d
Compare
Choose a tag to compare
2.1

• Full SwiftPM and Catalyst support.
• Updates for iOS 13.
• Removed all assets — images are now generated programatically.

2.0.4

10 Aug 15:15
3b9aa97
Compare
Choose a tag to compare

• Modifications to indicator view can be done while the HUD is transitioning.
• Improved handling of tint color in image indicator views.
• Updates for Xcode 11.
• Accio support.

2.0.3

04 May 14:06
Compare
Choose a tag to compare

• Use resource bundle when using CocoaPods

2.0.2

30 Mar 16:48
Compare
Choose a tag to compare
  • Removed interactionType property on tvOS.
  • Added wantsFocus property on tvOS.
  • Improved documentation and add generated docs as html.

2.0.1

15 Mar 12:17
Compare
Choose a tag to compare

• Fix layout bugs

2.0

28 Sep 21:05
Compare
Choose a tag to compare
2.0

New:

  • Use AutoLayout for a fully dynamic layout.
  • Added attributed text support.
  • Added option to enable vibrancy.
  • Added easier drop shadow support with JGProgressHUDShadow.
  • Allow shadow opacity animations.
  • Full iOS 11 support with support for safeAeraInsets.
  • Added nullability specifiers.
  • Added simple Swift example project.
  • Added full tvOS support and tvOS example project.

Fixed:

  • Fixed layout bug that limited the labels to be single line only.
  • Improved transitions and animations.

Changed:

  • Deprecated -showInRect:
  • Deprecated -marginInsets in favor of -layoutMargins.
  • Deprecated -layoutChangeAnimationDuration. The HUD no longer animates changes itself but changes can be wrapped in a UIView animation block to achieve a custom animation.
  • Removed static library target. Since iOS 8 is a requirement now the framework target can always be used.
  • Increased font sizes.
  • Simplified initialization of indicator views.
  • Updated success and error indicator images.
  • Requires iOS 8.

1.4.1

07 Nov 09:05
Compare
Choose a tag to compare

Xcode 8.1 support.

1.4

06 Aug 11:50
Compare
Choose a tag to compare
1.4
Full Split View support, keyboard bug fixes

Fixes #62

1.3.6

05 Aug 14:27
Compare
Choose a tag to compare
v1.3.6

Bug fixes