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 a448bbe commit 71ce58eCopy full SHA for 71ce58e
SDWebImageSwiftUI/Classes/AnimatedImage.swift
@@ -178,11 +178,7 @@ public struct AnimatedImage : PlatformViewRepresentable {
178
_imageModel = ObservedObject(wrappedValue: imageModel)
179
}
180
181
- #if os(macOS)
182
- public typealias NSViewType = AnimatedImageViewWrapper
183
- #else
184
- public typealias UIViewType = AnimatedImageViewWrapper
185
- #endif
+ public typealias PlatformViewType = AnimatedImageViewWrapper
186
187
public typealias Coordinator = AnimatedImageCoordinator
188
0 commit comments