Skip to content

Commit 9be6233

Browse files
Update UI
1 parent 89d73b8 commit 9be6233

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

BBSwiftUIKitDemo/BBSwiftUIKitDemo/ScrollViewExample2.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ struct ScrollViewExample2: View {
3636
Button("Shows vertical scroll indicator \(self.showsVerticalScrollIndicator ? "true" : "false")") {
3737
self.showsVerticalScrollIndicator.toggle()
3838
}
39+
.padding()
3940
}
4041
}
4142
}

0 commit comments

Comments
 (0)