`

sdwebimage ios8 报错

    博客分类:
  • ios
 
阅读更多
报错:Use of undeclared identifier '_executing' / '_finished';



解决方法:

在SDWebImageDownloaderOperation类的实现中(@implementation里)添加:

[objc] view plaincopy
@synthesize executing = _executing ; 
@synthesize finished = _finished; 


即可。
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics