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.
1 parent 2869624 commit f1fabb7Copy full SHA for f1fabb7
SDWebImageSwiftUI/Classes/AnimatedImage.swift
@@ -400,6 +400,8 @@ public struct AnimatedImage : PlatformViewRepresentable {
400
// IncrementalLoad
401
if let incrementalLoad = imageConfiguration.incrementalLoad {
402
view.wrapped.shouldIncrementalLoad = incrementalLoad
403
+ } else {
404
+ view.wrapped.shouldIncrementalLoad = true
405
}
406
407
// MaxBufferSize
0 commit comments