Singleton NSWindowController 关闭后不会重新打开窗口

发布于 2024-11-08 08:00:35 字数 254 浏览 2 评论 0原文

我有一个单例 NSWindowController (ProjectInfoHUDController),它在关闭后不会重新打开。我知道该对象保留在内存中,因为在窗口关闭之前和之后对 [ProjectInfoHUDController sharedInstance] 进行的任何调用都会返回相同的内存地址。 makeKeyAndOrderFront:controller.window.isVisible = YES 均不执行任何操作。

I have a singleton NSWindowController (ProjectInfoHUDController) that won't reopen after it has been closed. The object is persisting in memory which I know because any calls made to [ProjectInfoHUDController sharedInstance] both before and after the window has been closed return the same memory address. Both makeKeyAndOrderFront: and controller.window.isVisible = YES do nothing.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

蓝天白云 2024-11-15 08:00:35

结果发现IB中的窗口没有连接。另一个教训是首先寻找明显的解决方案。

Turned out the window was not connected in IB. Another lesson in looking for the obvious solution first.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文