struct ContentView: View { @State var text = "" @State var isEditing = false var body: some View { iTextField("text", text: $text, i