Re: Retrieve NSTable DataSource from AppController

2011-06-18 Thread Greg Guerin
Kevin Muldoon wrote: I have an NSTable which receives its dataSource from MyTableController.m. However, my AppController.m needs the data MyTableController.m holds. Since AppController.m hasn't explicitly instantiated MyTableController (MyTableController being an NSObject within IB with a

Re: Retrieve NSTable DataSource from AppController

2011-06-18 Thread Quincey Morris
On Jun 18, 2011, at 10:43, Kevin Muldoon wrote: > I have an NSTable which receives its dataSource from MyTableController.m. > However, my AppController.m needs the data MyTableController.m holds. Since > AppController.m hasn't explicitly instantiated MyTableController > (MyTableController being