【发布时间】:2016-09-30 13:43:51
【问题描述】:
我正在使用 SDWebImage 在 UICollectionView 中加载 facebook 图像和视频图像加载速度很快,而当 CollectionView 中有视频时,加载会有延迟
[fbImageView sd_setImageWithURL:assetURl placeholderImage:nil options:0 completed:^(UIImage *image, NSError *error, SDImageCacheType cacheType,NSURL *url) {
fbImageView.image=image;
}];
这是用于加载视频和图像
【问题讨论】:
标签: ios objective-c caching video sdwebimage