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

图片加载不出

Open weizhangCoder opened this issue 7 years ago • 1 comments

hud.customView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:[@"MBProgressHUD+JDragon.bundle/MBProgressHUD" stringByAppendingPathComponent:iconName]]]; 这个方法有问题吧???

应该是 UIImage *image = [UIImage imageWithContentsOfFile:[[[NSBundle hs_Bundle] resourcePath] stringByAppendingPathComponent:@"图片名"]]; return image;

weizhangCoder avatar Jul 03 '17 08:07 weizhangCoder

确实有问题,多谢提醒,我会做修改后在上传新版本。

lyc59621 avatar Jul 20 '17 06:07 lyc59621