我显示模式子分类窗口 :
NSWindowController* controller = [[NSWindowController alloc] initWithWindowNibName: @"MyWindow"];
[NSApp runModalForWindow: [controller window]];
我推翻了我的窗口子类中的 < code> init with Content Rect Rect 风格: (NSRect) content Rect style Mask: (NSUInteger) a Style 支持: (NSBacking StoreType) 缓冲 Type 缓冲 : (BOOL) 旗杆 以设置与 nib 文件相连的儿童视图。 但目前尚未初始化这些儿童( 零) 。
把我的初始代码放在哪里?