SDwebimage和af的修改

This commit is contained in:
祝发冬
2023-08-28 19:34:55 +08:00
parent 033e23e13d
commit f38f9effaa
39 changed files with 99 additions and 47 deletions
@@ -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];