Update the example with new SDWebImageScaleDownLargeImages
This commit is contained in:
parent
91ff7189c9
commit
91162ce5dc
|
@ -23,7 +23,7 @@
|
|||
}
|
||||
[self.imageView sd_setImageWithURL:self.imageURL
|
||||
placeholderImage:nil
|
||||
options:SDWebImageProgressiveLoad];
|
||||
options:SDWebImageProgressiveLoad | SDWebImageScaleDownLargeImages];
|
||||
self.imageView.shouldCustomLoopCount = YES;
|
||||
self.imageView.animationRepeatCount = 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue