I'm noob with Core Data and I can't find the help I need on the Apple developer website.
I defined a fetch request in my .xcdatamodeld
file but now I can't find how to use it?
This is the definition of the fetch request :
I supose that the fetch request starts with :
let fetch = NSFetchRequest<NSFetchRequestResult>(entityName: "Category")
But I don't know how to use a fetch request by name. (The project is written in Swift 3)