michaelarmstrong / SuperRecord

A small set of utilities to make working with CoreData and Swift a bit easier.
MIT License
366 stars 27 forks source link

Force use of defaultStack.managedObjectContext #24

Closed PGLongo closed 9 years ago

PGLongo commented 9 years ago

@michaelarmstrong what do you think of removing

SuperCoreDataStack.defaultStack.managedObjectContext!

from all the functions?