iOS Swift - SwiftUI Layout
What will be the vertical spacing between Text views in this SwiftUI VStack?
VStack(spacing: 20) {
Text("Hello")
Text("World")
}VStack(spacing: 20) {
Text("Hello")
Text("World")
}15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions