Skip to content

Commit 98dcd2d

Browse files
committed
Remove the dummy demo code
1 parent 15d4957 commit 98dcd2d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Example/SDWebImageSwiftUIDemo/ContentView.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ struct ContentView: View {
2020
AnimatedImage(url: URL(string: "https://raw.githubusercontent.com/liyong03/YLGIFImage/master/YLGIFImageDemo/YLGIFImageDemo/joy.gif")!)
2121
// .scaledToFit() // Apple's Bug ? Custom UIView does not passthrough the `contentMode` from Swift UI layout system into UIKit layout system
2222
.frame(width: 400, height: 300, alignment: .center)
23-
AnimatedImage(data: try! Data(contentsOf: URL(fileURLWithPath: "/tmp/foo.webp")))
2423
}
2524
}
2625
}

0 commit comments

Comments
 (0)