Skip to content

2.0

Compare
Choose a tag to compare
@JonasGessner JonasGessner released this 28 Sep 21:05
· 65 commits to master since this release

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.