• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Slightly more advanced Cocoa learning resources
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.


References: 
 >Slightly more advanced Cocoa learning resources (From: Paul Sargent <email@hidden>)

  • Prev by Date: Re: Slightly more advanced Cocoa learning resources
  • Next by Date: Resizing a Window
  • Previous by thread: Re: Slightly more advanced Cocoa learning resources
  • Next by thread: Re: Slightly more advanced Cocoa learning resources
  • Index(es):
    • Date
    • Thread