Skip to content

Releases: JonasGessner/JGProgressHUD

1.2.3

07 Jan 12:31
Compare
Choose a tag to compare
• Removed asserts.
• Some fixes for Swift.
• Removed JGProgressStyleNone (See #18 to know why).
• Made base SDK >= iOS 8 obligatory.

1.2.2

17 Sep 18:54
Compare
Choose a tag to compare

• Added 3x images

1.2.1

29 Aug 08:04
Compare
Choose a tag to compare
• Added new color options to the determinate progress indicators
• Added a new detailTextLabel
• Increased textLabel font size
• Updated examples

1.2

28 Aug 19:44
Compare
Choose a tag to compare
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

27 Aug 07:06
Compare
Choose a tag to compare

• Bug fix

1.1.3

26 Aug 19:33
Compare
Choose a tag to compare

• Added two new block callbacks for touch events.
• New handling of user interaction.
• Completely updated example project.

1.1.2

26 Aug 02:48
Compare
Choose a tag to compare
• Added UIMotionEffect
• Updated tests
• Updated documentation (in JGProgressHUD.h)

1.1.1

21 Aug 05:51
Compare
Choose a tag to compare
[1.1.1]

• Removed redundant code

1.1

19 Aug 18:03
Compare
Choose a tag to compare
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

09 Aug 08:08
Compare
Choose a tag to compare
[1.0.4]

• Updated animations
• Exposed _HUDView publicly
• Updated example project