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