NSFetchedResultsController and Tables using Relationships
问题 As a simple example lets say I have 2 entities with a many to many relationship. The first entity is called "Projects" and the second "Employees". The project entity can have 1 or more employees and employees can be on one or more projects. Again for simplicity Project has an attribute called projectName and a to many relationship with Employee called withEmployees. Conversely Employee has employeeName and a to many relationship to projects called myProjects. Using NSFetchedResultsController