I'm looking for a good overview of cocoa/xcode project structures for medium to 
large scale applications, something that goes a bit past the MVC and presents 
some ways to decompose a larger project into smaller pieces. 

My problem is that I started with a small application that copies a directory 
from one format to another. It was small enough that all the whole UI and all 
three classes fit easily into a single nib. Now it's getting bigger and I'd 
like to start breaking it up into something that maybe has a single application 
delegate tied to the main menu that knows how to load nibs and run them so I 
can break out the 'import' methods and objects from the 'library' methods and 
objects and keep related parts together in their own nibs.

Can anyone point to a good example of an application that was written along the 
lines I'm describing, perhaps a book or tutorial?

Thanks,
Scott.

_______________________________________________

Cocoa-dev mailing list ([email protected])

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to