SDWebimage

2017-08-08  本文已影响10人  火之夜工作室

报错
Use of undeclared identifier '_executing'

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

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

上一篇下一篇

猜你喜欢

热点阅读