MBProgressHUD-JDragon icon indicating copy to clipboard operation
MBProgressHUD-JDragon copied to clipboard

MBProgressHUD 封装

Results 15 MBProgressHUD-JDragon issues
Sort by recently updated
recently updated
newest added

fixGetChildViewControllerCrash

这个hideAllHUDsForView 方法没有了,是不是有新的方法替代

在xcode12上报这个错: 'MBProgressHUD' defined here has different definitions in different modules; first difference is this method

MBProgressHUD *hud = [self createMBProgressHUDviewWithMessage:message isWindiw:isWindow]; hud.customView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:iconName]]; hud.mode = MBProgressHUDModeCustomView; [hud hide:YES afterDelay:2]; 单独拿出ImageView error: use of undeclared identifier 'imgView'

iOS13,项目中创建了SceneDelegate,使用此分类直接奔溃,找不到当前屏幕的VC ,[self getCurrentUIVC].view 为nil

VC里add了一个实体View类,然后在View里调用showActivityMessageInView后,去切换tabar ,然后切回到VC里 无法隐藏HUD ,请测试。。。

https://github.com/Twink1eZzzz/YC_ModuleProject/blob/master/ModuleProject/ModuleProject/Expand/Category/MBProgressHUDTool/MBProgressHUD%2BYC_HUD.h 跟这个相似度好高哦 ~~