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 51ed9bf + 2f13268 commit 7705a03Copy full SHA for 7705a03
Sources/RemoteImage/public/Views/RemoteImage.swift
@@ -38,6 +38,8 @@ public struct RemoteImage<ErrorView: View, ImageView: View, LoadingView: View>:
38
self.errorView = errorView
39
self.imageView = imageView
40
self.loadingView = loadingView
41
+
42
+ service.fetchImage(ofType: type)
43
}
44
45
0 commit comments