Displaying a To-Many Relationship in a Table View

Posted by DanF on Stack Overflow See other posts from Stack Overflow or by DanF
Published on 2010-03-11T19:35:38Z Indexed on 2010/03/11 19:39 UTC
Read the original article Hit count: 274

Filed under:
|

I've got an application I've been working on. There are projects and employees, projects can have several employees, employees can work on several projects.

Right now I want selecting a project to display which employees are related to it, and allows me to add employees I select from another full-roster list. Somehow, this has proven more complicated, because (at least for now), selecting different projects still displays the same list of employees, as if all employees who'd been assigned to any project, belong to all of them.

What part of Master-Detail am I missing?

© Stack Overflow or respective owner

Related posts about cocoa

Related posts about core-data