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.
1 parent ab6d78a commit 697dc8bCopy full SHA for 697dc8b
README.md
@@ -73,8 +73,8 @@ var body: some View {
73
.onSuccess { image, cacheType in
74
// Success
75
}
76
- .indicator(.activity) // Activity Indicator
77
.resizable()
+ .indicator(.activity) // Activity Indicator
78
.scaledToFit()
79
.frame(width: 300, height: 300, alignment: .center)
80
0 commit comments