Integrate Combine Into an App, Episode 8: Use @FetchRequest to Get Core Data Entries | raywenderlich.com

FetchRequests allow you to get data from a Core Data database for a given entity type, sort method, and predicate. In this episode you’ll use a special property wrapper, @FetchRequest, to bind a FetchRequest with the Core Data database, allowing you to keep your UI elements up to date.


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/22070915-integrate-combine-into-an-app/lessons/8