1.UIButton+WebCache UIImageView+WebCache

Posted jshuo

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了1.UIButton+WebCache UIImageView+WebCache相关的知识,希望对你有一定的参考价值。

1.通过分类的方式,对外暴露接口。 
2.给分类添加属性,通过imageURLStorageKey值,将self 和 字典进行绑定。
技术分享图片
 
通过sd_imageURLForState等方法进行取值。
 
3.调用UIView +WebCache 的sd_internalSetImageWithURL方法 ,设置operationKey值。
button 设置图片——>UIButtonImageOperation
button 设置背景图片 ——>UIButtonBackgroundImageOperation
 
 
UIImageView +webCache 也是做了同样的事情,只不过没有赋operationKey值。
MKAnnotationView +webCache
 

以上是关于1.UIButton+WebCache UIImageView+WebCache的主要内容,如果未能解决你的问题,请参考以下文章

3.UIView + webCache

SDWebImage源码解读UIImageView+WebCache

SDWebImage源码解读UIButton+WebCache

SDWebImage源码阅读NSImage+WebCache

React Router dom 和 Google webcache 内容 404 错误

UIButton 加载网络图片