Multiple TableView data sources
Multiple TableView data sources
- Subject: Multiple TableView data sources
- From: Ron Ballesteros <email@hidden>
- Date: Tue, 9 Dec 2003 09:15:14 -0800
Been working on a project of mine that has 5 tableViews (not all
displayed at the same time) and I created 2 different
controller/datasources that I created because I initially had them in
one controller/datasource cause it was getting hard to manage the
code.
When I place them in two different data sources, 3 tableViews in one
controller/datasource and 2 in the other, ocassionally I need to pass
some data contained in an array to the other data model for it to do
it's necessary work,
how do I go about passing the array in the other controller/datasource?
Thanks.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.