On Wed, Jun 11, 2008 at 2:47 AM, Jerry Isdale <[EMAIL PROTECTED]> wrote: > I had thought there would be a way to use IB to place the view into the > window (or tabs). > Now I think that is incorrect, and I will need to programmatically load the > nib file and place its contents in the window somehow.
That's correct. You would create a .xib file containing just a view (and its subviews) if you wanted to load that view on-demand and place it within some other context. An example might be a "get info" panel for a specific type of object- each object may have a different inspector view that you load on demand and then place as the subview of an inspector panel. -- - David T. Wilson [EMAIL PROTECTED] _______________________________________________ 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]