diff --git a/Demo/iOS/Views/RootView.swift b/Demo/iOS/Views/RootView.swift index baba374..a687ce1 100644 --- a/Demo/iOS/Views/RootView.swift +++ b/Demo/iOS/Views/RootView.swift @@ -16,9 +16,7 @@ struct RootView: View { @State private var showingWebAuthenticationSessionOptionsForm = false @State private var webAuthenticationSessionCallbackURL: URL? = nil - - @State private var text = "" - + var body: some View { NavigationView { List { @@ -76,8 +74,6 @@ struct RootView: View { } } - TextField("Text field", text: $text) - Section(header: Text("NaiveSafariView" + "\n" + "(Just for comparison. Do not use in practice.)").textCase(nil)) { Button(action: { showingNaiveSafariViewSheet = true }) { HStack {