码迷,mamicode.com
首页 > Web开发 > 详细

图片不能显示: [cell.imageView setImageWithURL:imageUrl placeholderImage:nil options:SDWebImageLowPriority

时间:2014-05-07 05:24:58      阅读:685      评论:0      收藏:0      [点我收藏+]

标签:style   class   set   c   view   web   

如果placeholderImage 为空的话,会出现显示不出下载的图片,应该给他一个展位图   

 [cell.imageViewsetImageWithURL:imageUrl placeholderImage:nil options:SDWebImageLowPriority |SDWebImageRetryFailed];

应该:

[cell.imageView setImageWithURL:imageUrl placeholderImage:tempImage options:SDWebImageLowPriority | SDWebImageRetryFailed];




图片不能显示: [cell.imageView setImageWithURL:imageUrl placeholderImage:nil options:SDWebImageLowPriority,布布扣,bubuko.com

图片不能显示: [cell.imageView setImageWithURL:imageUrl placeholderImage:nil options:SDWebImageLowPriority

标签:style   class   set   c   view   web   

原文地址:http://blog.csdn.net/alincexiaohao/article/details/25047741

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!