Core Data: Entity Relationships
Core Data Entity Relationships In my previous article Core Data: CRUD Operations, we learned about Core Data CRUD operations i.e. how to add, edit, delete and read data from entities. In this article, we will learn about the relationship between entities i.e. how the records of ‘one entity’ are related to the records of ‘another ...Read more