Tagged Questions
0
votes
1answer
657 views
Core Data: migrating entities with self-referential properties
My Core Data model contains an entity, Shape, that has two self-referential relationships, which means four properties. One pair is a one-to-many relationship (Shape.containedBy <->> ...
0
votes
1answer
371 views
Cocoa core data self referential interface builder question
I'm having trouble understanding how to get the following working in interface builder.
I've created a Core Data model class "Person" that has a number of attributes (first name, surname, etc.) and a ...