Re: NSTableView
Re: NSTableView
- Subject: Re: NSTableView
- From: Martin Wennerberg <email@hidden>
- Date: Fri, 15 Oct 2004 10:50:33 +0200
The model shouldn't know anything about NSTableView so the data source
and delegate code belongs in the controller layer. Try making the
controller as small and simple as possible since you're not likely to
be able to reuse that code anywhere else. If the values need
calculating in any way, the code for that belongs to the model.
Martin Wennerberg
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden