We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4a03dc commit d0afa1cCopy full SHA for d0afa1c
Example/SDWebImageSwiftUIDemo/ContentView.swift
@@ -145,7 +145,6 @@ struct ContentView: View {
145
.transition(.fade(duration: 0.5))
146
.scaledToFit()
147
.frame(width: CGFloat(100), height: CGFloat(100), alignment: .center)
148
- .help(url)
149
#endif
150
} else {
151
WebImage(url: URL(string:url), isAnimating: .constant(true))
@@ -159,7 +158,6 @@ struct ContentView: View {
159
158
160
161
162
163
}
164
Text((url as NSString).lastPathComponent)
165
0 commit comments