Structs
The following structs are available globally.
-
An instance of
CoreDataStackFactoryis 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 aCoreDataStackFactoryinstead.Declaration
Swift
public struct CoreDataStackFactory: Equatable
-
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 CoreDataModel: Equatable
View on GitHub
Structs Reference