簡體   English   中英

SDWebImage庫未從緩存加載圖像

[英]SDWebImage library not loading image from cache

[cell.userProfileImageView sd_setImageWithURL:[NSURL URLWithString:userObject.profileImage] placeholderImage:[UIImage imageNamed:@"Profile"]];

加載圖片后,如果應用先進入后台,然后又回到前台,則SDWebImage庫不會從緩存加載圖片。

為了更有效地執行此操作,您應該使用AsynchronousImageView https://github.com/nicklockwood/AsyncImageView

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM