Is there a way to modify fetched results with a predicate after they are initialized?
Is there a way to modify fetched results with a predicate after they are initialized? Well… no, not in the way you try to do this, and even if you’d try to create it with NSFetchRequest instance, which is reference, and allows to change predicate later, that wouldn’t work, because SwiftUI’s FetchRequest stores copy of … Read more