場(chǎng)景: collection幾百個(gè)cell 加載的圖片每個(gè)原圖很大? 加載時(shí)候可以先顯示不那么高清的圖(可理解為加載縮略圖)
?? CGSize thumbnailSize = CGSizeMake(imgcellW, imgcellH); // Thumbnail will bounds to (200,200)
? ? [self.carImgV sd_setImageWithURL:[NSURL URLWithString:model.imageUrl] placeholderImage:self.placeholder options:0 context:@{SDWebImageContextImageThumbnailPixelSize:@(thumbnailSize)}];
加個(gè)sdwebimage的參數(shù)而已? 明顯不卡頓了?