Using a Core Data Model in Swift Playgrounds

1 · Andrew Bancroft · July 10, 2016, 8:48 p.m.
Did you know that you can tinker with Core Data inside of Swift playgrounds in Xcode? You can! Jeremiah Jessel, author at http://www.learncoredata.com, wrote up an article in 2015 detailing how you can use the Core Data framework inside a playground. He shows how you can do everything from setting up the Core Data stack, to creating NSManagedObjects programmatically in code. Great stuff! After I read his guide, I got to thinking: I wonder if you can take an ....