options
The options that Core Data uses to create the store.
Declaration
var options: [AnyHashable : Any]? { get }Discussion
See NSPersistentStoreCoordinator for a list of key names for options in this dictionary.
The options that Core Data uses to create the store.
var options: [AnyHashable : Any]? { get }See NSPersistentStoreCoordinator for a list of key names for options in this dictionary.