JGProgressHUDDelegate Protocol Reference
Conforms to | NSObject |
---|---|
Declared in | JGProgressHUD.h |
– progressHUD:willPresentInView:
Called before the HUD will appear.
- (void)progressHUD:(JGProgressHUD *__nonnull)progressHUD willPresentInView:(UIView *__nonnull)view
Parameters
view |
The view in which the HUD is presented. |
---|
Discussion
Called before the HUD will appear.
Declared In
JGProgressHUD.h
– progressHUD:didPresentInView:
Called after the HUD appeared.
- (void)progressHUD:(JGProgressHUD *__nonnull)progressHUD didPresentInView:(UIView *__nonnull)view
Parameters
view |
The view in which the HUD is presented. |
---|
Discussion
Called after the HUD appeared.
Declared In
JGProgressHUD.h
– progressHUD:willDismissFromView:
Called before the HUD will disappear.
- (void)progressHUD:(JGProgressHUD *__nonnull)progressHUD willDismissFromView:(UIView *__nonnull)view
Parameters
view |
The view in which the HUD is presented and will be dismissed from. |
---|
Discussion
Called before the HUD will disappear.
Declared In
JGProgressHUD.h
– progressHUD:didDismissFromView:
Called after the HUD has disappeared.
- (void)progressHUD:(JGProgressHUD *__nonnull)progressHUD didDismissFromView:(UIView *__nonnull)view
Parameters
view |
The view in which the HUD was presented and was be dismissed from. |
---|
Discussion
Called after the HUD has disappeared.
Declared In
JGProgressHUD.h