Hi there,
I'm trying to figure out how to add support for Core Data to an existing project. Looking at the template that Xcode creates it is my understanding that all you need is:
The extra boilerplate code is mainly for previews or am I on the wrong track there?
I'm trying to figure out how to add support for Core Data to an existing project. Looking at the template that Xcode creates it is my understanding that all you need is:
Code Block NSPersistentContainer(name: "dataModelName")
The extra boilerplate code is mainly for previews or am I on the wrong track there?