主窗口关闭时怎么退出app

- (BOOL)applicationShouldTerminateAfterLastWindowClosed:(NSApplication *)theApplication {
    return YES;
}

你可能感兴趣的:(OS,X&cocoa)