Closed keeshux closed 3 months ago
Modifying the fetch request You can’t change the fetch request to modify the results. Do the following if you want to change the fetch request:
- Delete the cache if you’re using one, by calling deleteCache(withName:).
- Change the fetch request.
- Call performFetch().
Reconsider in the future.