Re: One nib and controller per tab ?
Re: One nib and controller per tab ?
- Subject: Re: One nib and controller per tab ?
- From: Koen van der Drift <email@hidden>
- Date: Sun, 1 Aug 2004 14:42:36 -0400
On Aug 1, 2004, at 2:35 AM, Scott Anguish wrote:
create a single header file
MyClass.h
declare the class there, and it's variables. then add a category for
each of the separate files, with all the declarations in that single
header.
it allows you to break it up into manageable chunks more easily.
Thanks!
- Koen.
_______________________________________________
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.