iOS Swift - SwiftUI Basics
Identify the error in this SwiftUI view code:
struct MyView: View {
var body: View {
Text("Hi")
}
}struct MyView: View {
var body: View {
Text("Hi")
}
}15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions