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.
在 Xcode 中,我从主菜单模板创建了一个新的主菜单 xib。它只包含我想在我的应用程序中使用的主菜单。
如何从这个 xib 文件加载这个主菜单并在我的不同窗口中使用它?
你不需要做任何事情。
应用程序的主菜单已经是全局的——它是应用程序的一部分,而不是任何单个窗口的一部分。默认情况下,无论哪个窗口处于活动状态,都会出现相同的菜单。
如果您想采用另一种方式并根据哪个窗口处于活动状态而拥有不同的菜单,则必须进行一些工作。