accessing view in a nib
accessing view in a nib
- Subject: accessing view in a nib
- From: Francisco Tolmasky <email@hidden>
- Date: Wed, 23 Jul 2003 23:05:06 -0700
Ok, so I'm trying to implement a more modularized preference system,
and I'd like to have each little preference pane in its own nib, so as
to not need to load them all at once or whatever. Anyways, how do I
make class that will load from a nib as NSWindowControllers do. I just
want the file's owner to be an instance of said class, and to have a
view along with it. I really don't want to have to make it a subclass
of nswindowcontroller. Also, how can I tell when the nib is loaded and
thus ready to be shown in the preferences thing. Just awakeFromNibbing
some flag or something?
Thank you,
Francisco Tolmasky
email@hidden
http://users.adelphia.net/~ftolmasky
_______________________________________________
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.