Initializes the receiver with a URL for the store.
SDKs
- iOS 10.0+
- macOS 10.12+
- Mac Catalyst 13.0+
- tvOS 10.0+
- watchOS 3.0+
Framework
- Core Data
Declaration
- (instancetype)initWithURL:(NSURL *)url;
Parameters
url
Location for the store.
Return Value
Initialized NSPersistent
configured with the given URL.