Re: Slightly more advanced Cocoa learning resources
Re: Slightly more advanced Cocoa learning resources
- Subject: Re: Slightly more advanced Cocoa learning resources
- From: Hasan Diwan <email@hidden>
- Date: Thu, 24 Jun 2004 03:46:58 -0700
Paul:
On Thu, 24 Jun 2004 10:11:32 +0100, Paul Sargent
<email@hidden> wrote:
>
Where do I go to learn how to structure a more complex Cocoa App?
If you want dead tree references, Aaron Hilegass' book does a good job
of illustrating how to structure applications well in Cocoa. There's
also plenty of example code, given in the list archives (among other
places) that will show you how code is commonly structured.
>
>
(Sort of questions I need answering would be:
>
Do I want to design all my different windows in one NIB or many?
I group my windows logically. In other words, if a window will
only be used as a sheet to another window, it shares a nib, else it
goes in a separate one.
>
How would I even go about using multiple NIB files?
Subclass NSWindowController.
>
How does the MVC model breakdown in things beyond a currency converter?
MVC is merely a tool to structure the thought process. If it
doesn't fit the problem, don't use it.
--
Cheers,
Hasan Diwan <email@hidden>
_______________________________________________
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.