MBProgressHUD-JDragon
MBProgressHUD-JDragon copied to clipboard
图片加载不出
hud.customView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:[@"MBProgressHUD+JDragon.bundle/MBProgressHUD" stringByAppendingPathComponent:iconName]]]; 这个方法有问题吧???
应该是 UIImage *image = [UIImage imageWithContentsOfFile:[[[NSBundle hs_Bundle] resourcePath] stringByAppendingPathComponent:@"图片名"]]; return image;
确实有问题,多谢提醒,我会做修改后在上传新版本。