iOS Swift - SwiftUI Layout
Identify the error in this SwiftUI ScrollView code:
ScrollView(.horizontal) {
VStack {
Text("Hello")
Text("World")
}
}ScrollView(.horizontal) {
VStack {
Text("Hello")
Text("World")
}
}15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions