Re: Cocoa patterns?
Re: Cocoa patterns?
- Subject: Re: Cocoa patterns?
- From: Finlay Dobbie <email@hidden>
- Date: Mon, 27 Aug 2001 18:35:46 +0100
There is an old article on stepwise with some sample code that is quite
helpful (it still semi-works... well, the smiley example view draws a
bit wrong, but hey, it uses obsolete DPS calls so I'm amazed it works at
all).
-- Finlay
On Monday, August 27, 2001, at 10:59 am, Ondra Cada wrote:
brian,
brian hook (bh) wrote at Sun, 26 Aug 2001 17:09:38 -0700:
bh> >- Use loadable bundles to achieve modularity. For instance, when
you
bh> >finish the first simple editor, move the domain (model) classes
to a
bh> >framework, and wrap the controller and the viewer in bundle.
bh>
bh> Sounds like a good idea, although I haven't seen any docs on
loadable
bh> bundles yet. I'll dig around the Apple developer docs.
NSBundle.html (FoundationKit).