我正在使用 SDWebImage 在 UICollectionView 中加载 facebook 图像和视频,图像加载速度很快,而当 CollectionView 中有视频时,加载会出现延迟
[fbImageView sd_setImageWithURL:assetURl placeholderImage:nil options:0 completed:^(UIImage *image, NSError *error, SDImageCacheType cacheType,NSURL *url) {
fbImageView.image=image;
}];
Run Code Online (Sandbox Code Playgroud)
这是用于加载视频和图像