Re: NSPersistentContainer with alternate stores

2016-12-16 Thread Aaron Tuller
check out: https://developer.apple.com/reference/coredata/nspersistentcontainer/1640577-persistentstoredescriptions?language=objc you can set the store type there: https://developer.apple.com/reference/coredata/nspersistentstoredescription/1640609-type?language=objc -aaron > On Dec 11, 2016, a

NSPersistentContainer with alternate stores

2016-12-11 Thread Daryle Walker
Just binged on WWDC 2016, and saw a new NSPersistentContainer that merges the main types. It's initialized with a model, sets up its own coordinator, and vends contexts as needed. How are the actual stores used by the coordinator set up? I want to use an in-memory store instead of some automat