Re: noob: Question about senders and views
Re: noob: Question about senders and views
- Subject: Re: noob: Question about senders and views
- From: Graham Cox <email@hidden>
- Date: Thu, 9 Apr 2009 10:30:04 +1000
On 09/04/2009, at 7:32 AM, Eric E. Dolecki wrote:
My views will all import a "model" class and then I can call methods
in that
class to do things
Others pointed you to conceptual documentation about "MVC" (Model-View-
Controller). Read it. The whole point of it is that you do NOT allow
your views to call methods on the model and vice versa. It's bad design.
--Graham
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden