Binding Many-to-Many Core Data relationships in UI
- by Kevin
Basically my setup is this. I have a many-to-many relationship in Core Data where a student entity can have multiple courses, and a course entity can have multiple students. My problem is in trying to figure out how to bind this relationship to the UI in Interface Builder.
I want to be able to add courses to a course array controller, then have…