JGProgressHUDInteractionType Constants Reference
| Declared in | JGProgressHUD-Defines.h |
|---|
JGProgressHUDInteractionType
Interaction types.
Definition
typedef NS_ENUM(NSUInteger, JGProgressHUDInteractionType ) {
JGProgressHUDInteractionTypeBlockAllTouches = 0,
JGProgressHUDInteractionTypeBlockTouchesOnHUDView,
JGProgressHUDInteractionTypeBlockNoTouches,
};
Constants
JGProgressHUDInteractionTypeBlockAllTouches-
Block all touches. No interaction behin the HUD is possible.
Declared In
JGProgressHUD-Defines.h. JGProgressHUDInteractionTypeBlockTouchesOnHUDView-
Block touches on the HUD view.
Declared In
JGProgressHUD-Defines.h. JGProgressHUDInteractionTypeBlockNoTouches-
Block no touches.
Declared In
JGProgressHUD-Defines.h.
Declared In
JGProgressHUD-Defines.h