Loading views from external nibs?
Loading views from external nibs?
- Subject: Loading views from external nibs?
- From: Andrew Merenbach <email@hidden>
- Date: Thu, 18 Jul 2002 21:16:39 -0700
I have a program with lots of views (which are loaded into a main
window), and each one has its own controller. I would like to save each
view in its own nib file; I would like to load each one. I have a
problem, though, and that is that I need to be able to access each view
when I press certain buttons in the main window--and thus I need to
connect them to the main controller. Unfortunately, connections in
Interface Builder do not work over multiple files. Is there an easy way
to do this, so that I don't spend so much time scrolling through views
and controllers in Interface Builder?
Take care,
Andrew Merenbach
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.