Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道,当 NIB 文件包含多个窗口时,如何使 Cocoa OS X 应用程序只显示一个窗口?我知道这是可能的(我看到一个以这种方式完成的项目)但总是当我将辅助窗口添加到 XIB 时,它会自动打开主窗口。新窗口与主窗口或“文件所有者”没有任何联系,所以我不知道为什么 Cocoa 决定显示它。
它甚至发生在 Xcode 创建的新应用程序中,所以我想我需要做一些额外的步骤来避免自动显示第二个窗口。
我正在使用 Xcode 4.6 并且仍然是新手。
选择窗口,选择最右侧窗格中的 Attributes 选项卡,然后取消选中Visible At Launch。