[comp.sys.next] converting .nib files into source code

amra@cis.ohio-state.edu (Nasir K Amra) (07/01/89)

	Is there a way to take a .nib file and transform it into 
its obj-c source code? I'd like to change the initialization conditions
of some objects within .nib files and it would help me understand
better what is going on in .nib.

ali@polya.Stanford.EDU (Ali T. Ozer) (07/02/89)

In article <53551@tut.cis.ohio-state.edu> Nasir K Amra writes:
>	Is there a way to take a .nib file and transform it into 
>its obj-c source code? I'd like to change the initialization conditions
>of some objects within .nib files and it would help me understand
>better what is going on in .nib.

No, the 0.9 (and 1.0) IB does not generate source code. If you'd like
to change some characteristics belonging to IB-generated objects,
the best place to do this is in the outlet initialization methods.

Ali Ozer, NeXT Developer Support
aozer@NeXT.com