refresh
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
NSURL *url = [NSURL URLWithString:self.list.image];
|
||||
self.contentLabel.text = self.list.content;
|
||||
self.imageHeightConstraint.constant = self.list.imageHeight;
|
||||
[self.contentImageView sd_setImageWithURL:url];
|
||||
[self.contentImageView sd_setImageWithURL:url placeholderImage:[UIImage imageNamed:@"zhanwei"]];
|
||||
}
|
||||
|
||||
- (void)setSelected:(BOOL)selected animated:(BOOL)animated {
|
||||
|
||||
Reference in New Issue
Block a user