With Core Data the file on disk is referenced as NSPersistentStore in Swift. The NSPersistentStrore class has a subclass called NSIncrementalStore, which is meant for subclassing. Whether you make calls to a file on disk or to a remote system using URLSession doesn't matter.

Comments