gpt4 book ai didi

objective-c - windows关闭时如何退出 cocoa 应用程序?

转载 作者:IT老高 更新时间:2023-10-28 11:22:22 25 4
gpt4 key购买 nike

点击左上角红色按钮需要退出Cocoa App。

enter image description here

我找到了 this页面说

So what you need to do first is have the window you want to close be connected to an IBOutlet in the nib. For this example i connected the window to an outlet named "mainWindow".

我该怎么做?我在 xib 文件中找到了 Windows,但是如何将它连接到 nib 中的 IBOutlet?

或者,有什么办法可以让 cocoa 应用点击红色按钮退出?

编辑

我应该把代码放在自动生成的委托(delegate)文件中。

最佳答案

应用程序的委托(delegate)有一个可选方法,它会自动执行此操作。您所要做的就是将其添加到实现中。你不需要创建一个 socket 或任何东西。

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

关于objective-c - windows关闭时如何退出 cocoa 应用程序?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5268757/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com