zhulei
Results
2
comments of
zhulei
将 ``` [AvoidCrash makeAllEffective]; ```` 换为 ``` [AvoidCrash becomeEffective]; ``` 可以解决此类问题
``` - (void)showProgress { if(progress == nil) { // progress = [[MBProgressHUD alloc] initWithView:self.view]; UIWindow *keyWindow; keyWindow = [UIApplication sharedApplication].windows.lastObject; progress = [[MBProgressHUD alloc] initWithWindow:keyWindow]; UIImageView * custom = [[UIImageView...