everyone!
How to populate first column of nstableview with strings from array and the second column with strings from another array in dependence of selection in first column?
For example, look at the iTunes window, where the first column is selected playlist, and the second, a list of songs.
I could not find something like this on the internet.
I would be very grateful for the help.
This is little info about my model:
array with content for tableView populated with instances of NSObject sublass. This instances have three properties, to properties - NSString object, and last property an NSArray object with another strings. First and second properties used to populate first column, and i don't know how to populate sec on column with third property (strings from another array).
How to do this with bindings?