nib-objects ( anNSNib -- objects/f )


Vocabulary
cocoa.nibs

Inputs
anNSNiban instance of NSNib


Outputs
objects/fa sequence or f


Word description
Instantiates the top-level objects of the .nib file loaded by anNSNib. First create an NSNib instance using nib-named.

See also
nib-named

Definition