使用Kingfisher加载图片,在cell列表中,手指可快速滑动后,划过的内容可能是用户不感兴趣的内容,
优先显示的方式:
cell.imageView.kf.cancelDownloadTask()
cell.imageView.kf.setImage(with: URL(string: dataSource[indexPath.row]))
使用Kingfisher加载图片,在cell列表中,手指可快速滑动后,划过的内容可能是用户不感兴趣的内容,
优先显示的方式:
cell.imageView.kf.cancelDownloadTask()
cell.imageView.kf.setImage(with: URL(string: dataSource[indexPath.row]))