Releases: JonasGessner/JGProgressHUD
Releases · JonasGessner/JGProgressHUD
1.2.3
• Removed asserts. • Some fixes for Swift. • Removed JGProgressStyleNone (See #18 to know why). • Made base SDK >= iOS 8 obligatory.
1.2.2
• Added 3x images
1.2.1
• Added new color options to the determinate progress indicators • Added a new detailTextLabel • Increased textLabel font size • Updated examples
1.2
• New cornerRadius property.
• Fixes for iOS 8.
• New contentView getter.
NOTE: The HUDView getter no longer returns the same view that it did in
versions 1.0-1.1.x. If you want to access the same view use the new
contentView getter. The HUDView getter in version 1.2 is equal to the
_HUDView public instance variable in version 1.0-1.1.x.
1.1.4
• Bug fix
1.1.3
• Added two new block callbacks for touch events.
• New handling of user interaction.
• Completely updated example project.
1.1.2
• Added UIMotionEffect • Updated tests • Updated documentation (in JGProgressHUD.h)
1.1.1
[1.1.1] • Removed redundant code
1.1
• Added success and error indicators
• Deprecated two properties (see JGProgressHUD.h for explanations)
• Added resources bundle, make sure to include this when you are using
the success or error indicator!
1.0.4
[1.0.4] • Updated animations • Exposed _HUDView publicly • Updated example project