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
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