iOS 图片根据图片地址

2016.8.24

返回图片地址是https的时候,用下边这句话

[self.picViewsd_setImageWithURL:[NSURLURLWithString:url]placeholderImage:niloptions:SDWebImageAllowInvalidSSLCertificates];

是http的时候

[picsd_setImageWithURL:[NSURLURLWithString:imgUrl]]

你可能感兴趣的:(iOS 图片根据图片地址)