Closed ipeisong closed 10 years ago
There are three blocks you can set depending on what type of action you would like the block to fire on. The details can be found in the header for MMProgressHUD.H:
@property (nonatomic, copy) void(^progressCompletion)(void);
@property (nonatomic, copy) void(^dismissAnimationCompletion)(void);
@property (nonatomic, copy) void(^showAnimationCompletion)(void);
Can provide block for dismissWithSuccess?
Usually one can dismiss with success then jump to another view, it would be great to have block once it is dismissed, thanks.