美文网首页
SDWebimage

SDWebimage

作者: 火之夜工作室 | 来源:发表于2017-08-08 09:25 被阅读10次

    报错
    Use of undeclared identifier '_executing'

    解决方法:
    在SDWebImageDownloaderOperation类的实现中    
    (@implementation SDWebImageDownloaderOperation{...}下面)添加:
    
    @synthesize executing = _executing ;  
    @synthesize finished = _finished;  
    

    http://blog.csdn.net/wujakf/article/details/72466447

    相关文章

      网友评论

          本文标题:SDWebimage

          本文链接:https://www.haomeiwen.com/subject/obwgfxtx.html