iOS Swift - User Input and Forms
What is wrong with this SwiftUI TextField declaration?
@State private var city = ""
var body: some View {
TextField(text: $city, "Enter city")
}
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions