Cocoa project structures
Cocoa project structures
- Subject: Cocoa project structures
- From: Scott Cherf <email@hidden>
- Date: Wed, 17 Mar 2010 18:21:24 -0700
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@hidden)
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:
This email sent to email@hidden