How To Save List Ordering in SwiftUI to CoreData
In this post, we will learn how to save the list order when customizing the list order when you drag the cells and save those changes back to CoreData. First, we create a new Entity from CoreData. A simple Item entity with a couple of attributes Next, we will create a Persistence manager struct to… Read More How To Save List Ordering in SwiftUI to CoreData