Grouping CoreData by Date() in SwiftUI List as sections – Ios swift
My goal: I want to be able to group CoreData Todo items by their dueDate ranges. ("Today", "Tomorrow", "Next 7 Days", Future") What I attempted... I tried using @SectionedFetchRequest but the sectionIdentifier is expecting a String. If it's stored in…