Posts Tagged "Core Data"

Core Data Nugget #1: How to speak Core Data

Posted on Aug 4, 2014

In this screencast I’ll talk you through the lingo of Core Data: those scary classes and expressions that you’ll frequently come across. In fact, this is the start of a new series: Core Data...

Learn More

How to Tear Down your Core Data Stack in iOS

Posted on May 26, 2014

In this screencast I will show you how to tear down your Core Data Stack. Documentation on this topic is a little sketchy to say the least. We’ll create a new Master/Detail app and implement a button...

Learn More

How to use Core Data with multiple Store Files

Posted on Jun 12, 2013

Sometimes it can be useful to split your Core Data Store File across multiple files. For example, one file could live on the local file system, while the other could live in iCloud. We can do this by telling...

Learn More

How to remove a Core Data Model Version

Posted on Apr 26, 2013

Core Data can handle several versions of your Model. It’s easy to add a version (via Editor – Add Model Version) and set it active, but it’s not so easy to remove a version you no longer...

Learn More