iOS 更新了xcode6 SDWebImage _executing = NO; _finished = NO; 报错

时间:2014-10-08 11:07:26   收藏:0   阅读:304

_executing =NO;

_finished =NO;


加上这两句就好了:

@synthesize executing = _executing;

@synthesize finished = _finished;



原文:http://blog.csdn.net/alincexiaohao/article/details/39890489

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!