Hello all,

I am wondering if foregoing the standard way of loading nibs is the answer to 
problem I have.

I need to create two different versions of my app's main window based on what 
OS version the app is running on.

So far the app contains one single main nib file that gets loaded when the app 
launches and that nib has all the objects that are needed. The main window gets 
loaded from here, as well as a bunch of controller objects that elements in the 
main window are connected to.

The question that I have is: how could I break this whole thing up into several 
nib files? Ideally I'd have one main nib that contains the controllers etc, and 
then two more nibs, each containing the main window in a version specific to an 
OS version. But how would I manage the bindings between elements in the window 
and the controllers?

What's the best way to deal with this?

Thanks!

Rainer
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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

This email sent to arch...@mail-archive.com

Reply via email to