init with parameters for objects in interface builders
init with parameters for objects in interface builders
- Subject: init with parameters for objects in interface builders
- From: Louis Foucart <email@hidden>
- Date: Tue, 15 Oct 2002 03:56:37 -0300
Hi,
I have few custom classes in my project which are specified in
interface builder. The problem is that I need some parameters to
initialize some objects. How can I specify parameters for the
initialization of objects created in interface builder ?
I think about a solution: put these parameters as attributes which can
be set in the info pan in interface builder. How can I do this ? Is
there a tag as IBOutlet to specify variables in my object which can be
set in interface builder ?
Another solution would be to know how exactly objects are awakened from
nib, like this I could have one main object which will initialize some
others with parameters.
Thanks for your attention,
Louis.
_______________________________________________
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.