How are *.XIB, *.m and *.h files related?
Posted
by Griffo
on Stack Overflow
See other posts from Stack Overflow
or by Griffo
Published on 2010-03-12T20:52:35Z
Indexed on
2010/03/12
20:57 UTC
Read the original article
Hit count: 306
How/where in the code does the nib file get related to its *.m and *.h files?
Specifically I'm talking about when you create a new Objective-C class, not using the initWithNibName
method.
© Stack Overflow or respective owner