I found it cleaner to have a separate object from my document be the data source (and delegate) for four separate views (table, outline, browser, collection) showing a folder hierarchy.
- Gary L. Wade (Sent from my iPhone) On Jul 26, 2011, at 10:53 PM, Izak van Langevelde <eezac...@xs4all.nl> wrote: > I currently have a single NSDocument subclass, which is also a data source > for two different tables. Because the two tables show different aspects of > the data and the code gets a little cluttered up, I am thinking about > implementing two separate data sources, one for each table, both fetching its > data from the same data model. > > The only way I see right now, is keep the data model in the NSDocument > subclass, and to connect both data sources to the File Owner, which is a > Window Controller, and from there access the document. Is there a more direct > way of achieving this? > --- > Grinnikend door het leven... _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com