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.
2 parents 930231e + cd2021d commit c052f22Copy full SHA for c052f22
SDWebImageSwiftUI/Classes/WebImage.swift
@@ -10,10 +10,10 @@ import SwiftUI
10
import SDWebImage
11
12
public struct WebImage : View {
13
- public var url: URL?
14
- public var placeholder: Image?
15
- public var options: SDWebImageOptions
16
- public var context: [SDWebImageContextOption : Any]?
+ var url: URL?
+ var placeholder: Image?
+ var options: SDWebImageOptions
+ var context: [SDWebImageContextOption : Any]?
17
18
var configurations: [(Image) -> Image] = []
19
0 commit comments