JGProgressHUD Versions Save

An elegant and simple progress HUD for iOS and tvOS, compatible with Swift and ObjC.

v2.2

3 years ago
  • 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.

v2.1

4 years ago

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

v2.0.4

4 years ago

• 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.

v2.0.3

6 years ago

• Use resource bundle when using CocoaPods

v2.0.2

6 years ago
  • Removed interactionType property on tvOS.
  • Added wantsFocus property on tvOS.
  • Improved documentation and add generated docs as html.

v2.0.1

6 years ago

• Fix layout bugs

v2.0

6 years ago

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.

v1.4.1

7 years ago

Xcode 8.1 support.

v1.4

7 years ago

v1.3.6

7 years ago