SDwebimage和af的修改
This commit is contained in:
+1
-1
@@ -32,7 +32,7 @@
|
||||
|
||||
NSString * imgUrl = [NSString stringWithFormat:@"%@/room/%@.png?time=%@",JIEKOUPORTHTTP,roomInfo.roomId,timeString];
|
||||
//cell.liveFaceView
|
||||
[self.liveFaceView sd_setImageWithURL:[NSURL URLWithString:imgUrl]];
|
||||
[self.liveFaceView sd_setImageWithURL:[NSURL URLWithString:imgUrl]placeholderImage:nil options:SDWebImageAllowInvalidSSLCertificates];
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user