Newbie Question on Bindings
Newbie Question on Bindings
- Subject: Newbie Question on Bindings
- From: Brian Samuels <email@hidden>
- Date: Thu, 13 Oct 2005 09:50:40 -0400
I have an object hierarchy as follows:
1. Object A (NSString fullName, NSMutableArray listOfObjectB)
2. Object B (NSString otherData)
I want to have the selected data from Object A's listOfObjectB show up in a
separate table view when Object A is selected in the first tableview. I
assume, asside fom setting up the right key-value code in my object
(ObjectA), I just need to set the 2nd tableview to selection and put the
proper path down.
What is the proper path? I always get () in the 2nd list versus, a list of
"otherData" from object B.
Any help would be great!
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden