iOS 图片根据图片地址
2017-11-28 本文已影响10人
夏天爱西瓜汁
2016.8.24
返回图片地址是https的时候,用下边这句话
[self.picViewsd_setImageWithURL:[NSURLURLWithString:url]placeholderImage:niloptions:SDWebImageAllowInvalidSSLCertificates];
是http的时候
[picsd_setImageWithURL:[NSURLURLWithString:imgUrl]]