Skip to content

Instantly share code, notes, and snippets.

@aarku
aarku / ContentView.swift
Created February 21, 2023 17:24
FocusState not working in combination with NavigationStack and TabView with page tabViewStyle
import SwiftUI
enum Field: Hashable {
case identifier(String)
}
struct TabContent: View {
var title: String
@FocusState var focusedField: Field?
@State var fieldOneText = ""