iOS Swift - SwiftUI Layout
What is wrong with this ScrollView code snippet?
ScrollView(.vertical) {
HStack {
Text("A")
Text("B")
}
}ScrollView(.vertical) {
HStack {
Text("A")
Text("B")
}
}15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions