Update the example with new SDWebImageScaleDownLargeImages

This commit is contained in:
DreamPiggy 2023-05-15 17:34:38 +08:00
parent 91ff7189c9
commit 91162ce5dc
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}