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 02e2966 commit ff4a269Copy full SHA for ff4a269
README.md
@@ -83,7 +83,7 @@ struct ContentView: View {
83
VStack {
84
Text("Example!")
85
}
86
- .frame(maxWidth: .infinity, maxHeight: .infinity)
+ .frame(maxWidth: .infinity, maxHeight: .infinity)
87
.overlay(ImageViewer(image: self.$image, viewerShown: self.$showImageViewer, closeButtonTopRight: true))
88
89
0 commit comments