Hi all,
I'm developping a little DB book management Mac OSX app with CoreData and DataBindings. I have a TableView with all the book authors. I would another TableView that rapresent all books written by the author selected in the previous table... The both tables are managed with two ArrayController in IB. My problem is that I don't know how to filter the second table / ArrayController with the first table selection. I must also insert a new book in the filtered ArrayController.
I can do it? Thanks a lot!