One Quickie


Loading a nib file (General->General)
if ([NSBundle loadNibNamed: @"theNibName.nib"  owner: self]) {
    ... life is happy
} else {
    ... couldn't load the nib
}



borkware home | products | miniblog | rants | quickies | cocoaheads
Advanced Mac OS X Programming book

webmonster@borkware.com