HUDProgressAnimationType Constants Reference
Declared in | DTProgressHUD.h |
HUDProgressAnimationType
Different types for showing and hiding animation
Definition
typedef NS_ENUM(NSUInteger, HUDProgressAnimationType ) {
HUDProgressAnimationTypeFade,
HUDProgressAnimationTypeGravity,
HUDProgressAnimationTypeGravityRoll,
HUDProgressAnimationTypeGravityTilt,
HUDProgressAnimationTypeSnap,
};
Constants
HUDProgressAnimationTypeFade
-
Fading HUD
Declared In
DTProgressHUD.h
. HUDProgressAnimationTypeGravity
-
Gravity falls straight down
Declared In
DTProgressHUD.h
. HUDProgressAnimationTypeGravityRoll
-
Gravity, HUD spins around own axis
Declared In
DTProgressHUD.h
. HUDProgressAnimationTypeGravityTilt
-
Gravity, HUD tilts during fall down
Declared In
DTProgressHUD.h
. HUDProgressAnimationTypeSnap
-
Snaps to / from center of screen
Declared In
DTProgressHUD.h
.
Declared In
DTProgressHUD.h