SDwebimage和af的修改
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@
|
||||
-(void)loadCellDataWith:(IfishInformations *)info
|
||||
{
|
||||
|
||||
[self.newsimg sd_setImageWithURL:[NSURL URLWithString:info.image]];
|
||||
[self.newsimg sd_setImageWithURL:[NSURL URLWithString:info.image] placeholderImage:nil options:SDWebImageAllowInvalidSSLCertificates];
|
||||
self.titlelab.text = info.title;
|
||||
self.detailLabe.text = info.contents;
|
||||
self.watchNumber.text = [NSString stringWithFormat:@"%d",info.clickNum];
|
||||
|
||||
Reference in New Issue
Block a user