截至昨天,我能够很好地查看图片,但现在我无法从网址查看并收到错误
NSErrorFailingURLKey =
http://files.parsetfss.com
有些图片正常运行,而其他图片则出现问题。
[cell.imageView sd_setImageWithURL:[NSURL URLWithString:objStampData.stampImage.url] placeholderImage:[UIImage imageNamed:@"PlaceHolder.png"] completed:^(UIImage *image, NSError *error, SDImageCacheType cacheType, NSURL *imageURL)
{
if(!error)
{
[activityIndicator stopAnimating];
[activityIndicator removeFromSuperview];
}
else
{
NSLog(@"Error %@",error);
}
}];
答案 0 :(得分:0)
两个可能的原因: