iOS Swift - SwiftUI Layout
Identify the error in this SwiftUI grid code:
LazyVGrid(rows: [GridItem(.flexible())]) {
Text("Hello")
Text("World")
}LazyVGrid(rows: [GridItem(.flexible())]) {
Text("Hello")
Text("World")
}15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions