Where there is data smoke, there is business fire.
—Thomas Redman
In the previous chapter, we talked about the Core Data stack. That gave us a good overview of what Core Data is and how it’s built.
Now it’s time to start digging in!
The first stack layer is our data model – that’s why we will start exploring there.
The Core Data model editor
What are entities and how to add them
What are attributes and what types of attributes do we have
How to generate classes based on our entities
How to configure the attributes ...