nib - it is called for .xib files (nib - NeXT Interface Builder). After compilation of xib we get the .nib file. .xib is a xml file.
Flow when nib files are used:-
When nib file loaded in to memory all the connection related to that nib files are set mean all IBoutlet get allocated and initialized. After the connection has been set awakeFromNib is sent to every object that was created.
Flow when nib files are used:-
When nib file loaded in to memory all the connection related to that nib files are set mean all IBoutlet get allocated and initialized. After the connection has been set awakeFromNib is sent to every object that was created.
When the nib file was loaded into memory when the program ran, the objects were deserialized, and new NSWindow and NSTextField objects were created and hooked together
0 comments:
Post a Comment