JGProgressHUDParallaxMode Constants Reference
Declared in | JGProgressHUD-Defines.h |
---|
JGProgressHUDParallaxMode
Parallax Modes.
Definition
typedef NS_ENUM(NSUInteger, JGProgressHUDParallaxMode ) {
JGProgressHUDParallaxModeDevice = 0,
JGProgressHUDParallaxModeAlwaysOn,
JGProgressHUDParallaxModeAlwaysOff,
};
Constants
JGProgressHUDParallaxModeDevice
-
Follows the device setting for parallax. If “Reduce Motion” is enabled, no parallax effect is added to the HUD, if “Reduce Motion” is disabled the HUD will have a parallax effect. This behaviour is only supported on iOS 8 and higher.
Declared In
JGProgressHUD-Defines.h
. JGProgressHUDParallaxModeAlwaysOn
-
Always adds a parallax effect to the HUD. Parallax is only supported on iOS 7 and higher.
Declared In
JGProgressHUD-Defines.h
. JGProgressHUDParallaxModeAlwaysOff
-
Never adds a parallax effect to the HUD.
Declared In
JGProgressHUD-Defines.h
.
Declared In
JGProgressHUD-Defines.h