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.
我目前在 NSWindowController 子类中为我的 mainMenu 实现了大部分功能,这对大多数功能都适用,但我希望能够在未选择 Window 时使用一些菜单项。哪里是实施和验证这类菜单项的最佳地点?
我会把它们放在我的 NSApplication 委托中。