SDWebImage 4 - 如何取消下载请求?

SDWebImage 4 - How I can cancel download request ?

SDWebImage 的新版本中(CocoaPods ver >= 4.x)sd_cancelCurrentImageLoad 已弃用并删除。如何取消下载请求?

谢谢。

经过一番研究,我发现 migration guide:

UIImageView (WebCache) moved to UIView (WebCache), UIImageView objects still respond to those methods:

  • sd_imageURL
  • sd_cancelCurrentImageLoad
  • setShowActivityIndicatorView: renamed to sd_setShowActivityIndicatorView:
  • setIndicatorStyle: renamed to sd_setIndicatorStyle: