We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
startAnimatingWithImagesInRange
1 parent 3078219 commit 2c9b0b8Copy full SHA for 2c9b0b8
SDWebImageSwiftUI/Classes/ObjC/SDAnimatedImageInterface.m
@@ -196,15 +196,6 @@ - (void)startAnimating {
196
}
197
198
199
-- (void)startAnimatingWithImagesInRange:(NSRange)imageRange duration:(NSTimeInterval)duration repeatCount:(NSInteger)repeatCount {
200
- self.animating = YES;
201
- if (self.player) {
202
- [self.player startPlaying];
203
- } else if (_image.images.count > 0) {
204
- [super startAnimatingWithImagesInRange:imageRange duration:duration repeatCount:repeatCount];
205
- }
206
-}
207
-
208
- (void)stopAnimating {
209
self.animating = NO;
210
if (self.player) {
0 commit comments