outlets in objects loaded from nibs
outlets in objects loaded from nibs
- Subject: outlets in objects loaded from nibs
- From: Rainer Standke <email@hidden>
- Date: Mon, 23 Sep 2013 15:26:42 -0700
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 (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