Reply to Unable to set initial selection state of SwiftUI `List` in iOS 14 @State private var selectedCategoryId: MenuItem.ID? = .fileTab // set default List(menuM.mainMenuItems, selection: $selectedCategoryId) { item in } UI Frameworks SwiftUI May ’23