Using SwiftData, List is displayed in the wrong order after a user adds an item to it
in a SwiftUI
app I’m making that utilizes SwiftData
, I have a class ProjectView
that displays a list of reader names in the column of a NavigationSplitView
from which the user can add to or remove from: