Newbie Core Data question.
Newbie Core Data question.
- Subject: Newbie Core Data question.
- From: Gustavo Pizano <email@hidden>
- Date: Sun, 11 Oct 2009 08:48:33 +0200
Hello.
I have a window with 2 custom views, each view with their
corresponding controller.
Now on view one I have a list of users, this list its coming from core
data, now in the list when I select one element I want in the other
view show the detailed information about what the user selected, but
because this are 2 independent views I dunno how to achieve this. I
now if I place all in one window, I can set the selection binding and
show the proper information in the proper place (ie labels, or
textfields), but how to pass this NSManageObject to the other view?
I have in the other view a NSManageObject User, when I click in the
list, I get the selection in the first vierw and set the User in the
second view, but I dunno now how to make the bindings in this second
view once I have the selection.
Any help please?
thank you very much
Gustavo
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden