Tagged Questions
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 ...