import Kingfisher
ImageDownloader.default.downloadImage(with: urlStr.url!, retrieveImageTask: nil, options: nil, progressBlock: nil) { (image, error, url, _) in
weakself?.bankBtn.setImage(image, for: .normal)
}
import Kingfisher
ImageDownloader.default.downloadImage(with: urlStr.url!, retrieveImageTask: nil, options: nil, progressBlock: nil) { (image, error, url, _) in
weakself?.bankBtn.setImage(image, for: .normal)
}
本文标题:iOS开发笔记-90:Swift5 - kingfisher 下
本文链接:https://www.haomeiwen.com/subject/bkpooqtx.html
网友评论