How i can get the Application Menu in Cocoa

前端 未结 4 1504
醉话见心
醉话见心 2020-12-29 08:15

How can I get the NSMenu or NSMenuItem for the application menu (the one in the menu bar next to the apple menu). It seems to be automatically created and independent from t

4条回答
  •  南方客
    南方客 (楼主)
    2020-12-29 08:30

    Making a Cocoa app without Xcode or IB sounds masochistic to me, but to each his own... Try this: [[[NSApp mainMenu] itemAtIndex: 0] submenu].

提交回复
热议问题