Structures
The following structures are available globally.
-
An instance of
See moreCoreDataModelrepresents a Core Data model — a.xcdatamodeldfile package. It provides the model and store URLs as well as methods for interacting with the store.Declaration
Swift
public struct CoreDataModelextension CoreDataModel: Equatable -
An instance of
CoreDataStackProvideris responsible for creating instances ofCoreDataStack.Because the adding of the persistent store to the persistent store coordinator during initialization of a
CoreDataStackcan take an unknown amount of time, you should not perform this operation on the main queue.See this guide for more details.
See moreWarning
You should not create instances ofCoreDataStackdirectly. Use aCoreDataStackProviderinstead.Declaration
Swift
public struct CoreDataStackProviderextension CoreDataStackProvider: Equatable
View on GitHub
Structures Reference