</font><blockquote><font size="1" face="Geneva, Verdana, Arial, sans-serif">quote:</font><hr /><font size="1" face="Geneva, Verdana, Arial, sans-serif">Originally posted by Justin W. Williams:
<strong>Can anyone point me to a source of information on connecting a datasource to two tableViews. My datasource contains an NSCalendarDate and an NSMutableArray. When a person clicks the date in the first tableView, I want the corresponding values for that date to show up in the second table.
All help appreciated.</strong></font><hr /></blockquote><font size="1" face="Geneva, Verdana, Arial, sans-serif">That's pretty simple. Just subclass NSObject in IB. Then instanciate it and make the connections. In the code you will have to find out which Tableview is asking for data and give it the correponding data (i.e. if tableview1 then see if which item of tv2 is selected and control the return data by that).
Cheers, Thilo