Re: Get specified window from nib
Re: Get specified window from nib
- Subject: Re: Get specified window from nib
- From: Graham Perks <email@hidden>
- Date: Sun, 10 Aug 2008 21:07:54 -0500
On Aug 10, 2008, at 9:01 PM, Fosse wrote:
I have one nib containing more than ten dialogs and want to get the
specified window after nib is loading..
Perhaps NSNib's instantiateNibWithOwner:(id)owner topLevelObjects:
(NSArray **)topLevelObjects ? You'll get an array of top level
objects, which will presumably contain your dialogs... If it were me
I'd just join them up in IB. You only need to do it once.
Graham.
_______________________________________________
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