Re: Object specific behavior?
Re: Object specific behavior?
- Subject: Re: Object specific behavior?
- From: Uli Kusterer <email@hidden>
- Date: Thu, 25 Oct 2007 17:33:58 +0200
On 25.10.2007, at 10:00, Frank Bettger wrote:
Maybe I'm missing something. Is there a simple way to create a beep
without
creating a new class?
Read Cocoa's docs on the "Model-View-Controller" pattern. The most
basic design idea behind Cocoa is this pattern, and as the name says
it encourages strict separation of the model (i.e. actual data
storage) the view (i.e. button's, windows, menus) and the controller
(the actual code that does the work).
Cheers,
-- M. Uli Kusterer
http://www.zathras.de
_______________________________________________
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