On Sep 2, 2010, at 14:46, Sean McBride wrote:
> I have 2 CoreData entities, Foo and Bar. Both have 'name' string
> attributes. There are textfields allowing the user to rename any Foo
> and any Bar. Assume no 2 Foos can have the same name; likewise for
> Bars. There is a relationship between F
Hi all,
I have 2 CoreData entities, Foo and Bar. Both have 'name' string
attributes. There are textfields allowing the user to rename any Foo
and any Bar. Assume no 2 Foos can have the same name; likewise for
Bars. There is a relationship between Foo and Bar. I want a Foo to be
related to a B