Re: Data Source object for NSTableView
Re: Data Source object for NSTableView
- Subject: Re: Data Source object for NSTableView
- From: Scott Anguish <email@hidden>
- Date: Sun, 22 Feb 2004 01:44:46 -0500
On Feb 21, 2004, at 1:50 PM, mmalcolm crawford wrote:
I find if I throw everything at the window controller then it starts
to get very complicated and unorganized. Now I try to keep most of my
UI handling in several smaller controller classes and the window
controller ties these classes all together. One example is a
TableViewController which acts as both the data source and the
delegate. [...]
This is, of course, the pattern that the new NSController classes
follow...
Just to clarify this though..
you can still set the datasource delegate so you can implement drag
and drop methods.
_______________________________________________
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.