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 89d73b8 commit 9be6233Copy full SHA for 9be6233
BBSwiftUIKitDemo/BBSwiftUIKitDemo/ScrollViewExample2.swift
@@ -36,6 +36,7 @@ struct ScrollViewExample2: View {
36
Button("Shows vertical scroll indicator \(self.showsVerticalScrollIndicator ? "true" : "false")") {
37
self.showsVerticalScrollIndicator.toggle()
38
}
39
+ .padding()
40
41
42
0 commit comments