Tagged Questions

0
votes
2answers
303 views

Core Data: Self referencing table

I have an Entity in my Core Data model that contains a reference to itself. i.e. A Page can have a child collection of pages. When compiling i get the warning: "Page.pages -- to-many relationship ...
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 ...