Sometimes it pays to stay in bed on Monday, rather than spending the rest of the week debugging Monday’s code.
—Dan Salomon
In the previous chapter, we learned how to create our own custom store type. We touched on Core Data's most profound internal aspects and learned closely about how everything is connected.
Now, we will do the opposite and learn how Core Data can communicate with the outside world and be shared with humankind.
How to integrate Core Data with Spotlight
How to share our store with ...