Skip to content

Commit

Permalink
Keep support for MBProgressHUDAnimationZoom
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrubin committed Jul 11, 2012
1 parent 5b42b0f commit 7279a44
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions MBProgressHUD.h
Expand Up @@ -50,8 +50,9 @@ typedef enum {
/** Opacity animation */
MBProgressHUDAnimationFade,
/** Opacity + scale animation */
MBProgressHUDAnimationZoomIn,
MBProgressHUDAnimationZoomOut
MBProgressHUDAnimationZoom,
MBProgressHUDAnimationZoomOut = MBProgressHUDAnimationZoom,
MBProgressHUDAnimationZoomIn
} MBProgressHUDAnimation;


Expand Down

0 comments on commit 7279a44

Please sign in to comment.