This is ControllerApp.m in view mode; [Download] [Up]
#import "ControllerApp.h" @class NSNotification; @implementation ControllerApp - (void)applicationDidFinishLaunching:notification { [NSBundle loadNibNamed:@"document.nib" owner:self]; // load nib } - (void)MoreInfo:(id)sender { [NSBundle loadNibNamed:@"MoreInfo.nib" owner:self]; // load nib } - (void)newDocument:(id)sender { [NSBundle loadNibNamed:@"document.nib" owner:self]; // load nib } @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.