You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: SDWebImageSwiftUI/Classes/WebImage.swift
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -151,6 +151,17 @@ extension WebImage {
151
151
return result
152
152
}
153
153
154
+
/// Associate a placeholder image when loading image with url
155
+
/// - note: This placeholder image will apply the same size and resizable from WebImage for convenience. If you don't want this, use the ViewBuilder one above instead
156
+
/// - Parameter image: A Image view that describes the placeholder.
0 commit comments