Ios swift – How to animate SwiftUI List order changing when using CoreData and @FetchRequest
I have a list of CoreData Objects retrieved from @FetchRequest. I am looking to animate the re-ordering of a list based on property of the object; a Bool. In the code below, when you click a row item the view…