update
This commit is contained in:
parent
8c7764e122
commit
9dacf99738
|
@ -30,7 +30,7 @@
|
||||||
cell = [[UITableViewCell alloc] initWithStyle:UITableViewCellStyleDefault reuseIdentifier:MyIdentifier];
|
cell = [[UITableViewCell alloc] initWithStyle:UITableViewCellStyleDefault reuseIdentifier:MyIdentifier];
|
||||||
}
|
}
|
||||||
|
|
||||||
// Here we use the provided sd_setImageWithURL: method to load the web image
|
// Here we use the provided sd_setImageWithURL:placeholderImage: method to load the web image
|
||||||
// Ensure you use a placeholder image otherwise cells will be initialized with no image
|
// Ensure you use a placeholder image otherwise cells will be initialized with no image
|
||||||
[cell.imageView sd_setImageWithURL:[NSURL URLWithString:@"http://example.com/image.jpg"]
|
[cell.imageView sd_setImageWithURL:[NSURL URLWithString:@"http://example.com/image.jpg"]
|
||||||
placeholderImage:[UIImage imageNamed:@"placeholder"]];
|
placeholderImage:[UIImage imageNamed:@"placeholder"]];
|
||||||
|
|
Loading…
Reference in New Issue