Re: Conditionally modifying NIBs?
Re: Conditionally modifying NIBs?
- Subject: Re: Conditionally modifying NIBs?
- From: Uli Kusterer <email@hidden>
- Date: Sun, 18 May 2008 11:14:55 +0200
Am 14.05.2008 um 19:37 schrieb Mike Fischer:
Given the recent/ongoing discussion about bypassing Interface
Builder I have one question/issue for which IB does not seem to
provide any solution. Interface Builder and NIBs are nice and have
many advantages but I am missing a way to build different versions
of nib files depending on Project targets/settings. I'm wondering
how others handle this?
I generally split up the NIB into several NIBs. That way, I can load
the master NIB containing the window, and then load the sub-NIBs using
NSViewController depending on which version of the app is built.
I also have some view classes not unlike Javas GridBag and similar
that arrange their subviews and, when used as a window's content view,
can resize the window to fit their contents. Comes in very handy for
all sorts of dynamic view arrangements, including using bindings to
show/hide non-applicable parts and having the window magically re-
layout in response to that. Though in that case I often just embed the
views in an NSView that have to be shown/hidden together, without
loading them from separate NIBs.
Cheers,
-- Uli Kusterer
"The Witnesses of TeachText are everywhere..."
http://www.zathras.de
_______________________________________________
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