Deleting CoreData from SwiftUI List with Sections – Ios swift
Goal I want to delete an item from a SectionedFetchRequest on a ForEach inside a List. The only solutions I have found are for a regular FetchRequest I have managed to delete it from the UIList but not from the…