Closed lxm1799 closed 4 years ago
` QYLocalCloudModel model = obj; KNPhotoItems items = [[KNPhotoItems alloc] init];
if (model.type == MediaUploadTypeVideo) {
items.url = model.filePath;
items.isVideo = YES;
}else{
items.sourceImage = (UIImage *)model.image;
}
[itemArr addObject:items];
//当前的model.image的类型是UIAnimatedImage,且确定是有数据的。但是赋值给items.sourceImage预览的时候黑屏。 //目前仅gif出现黑屏问题, `
相关问题demo,可前往https://github.com/lxm1799/KNBrowserDemo下载,展示问题的demo在“AddImageViewController”
不支持 本地gif图展示!
这个问题我本地修复了,相关代码晚点提交给你看看。
好的!! 多谢了哈
相关问题Demo,可前往下载:https://github.com/lxm1799/KNBrowserDemo