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.