Im new to OS X Development ..I can see that there is a search box that appears below the Help Menu item.
I cannot find a way to delete this as it does not show up in the StoryBoard.
Please help.
Im new to OS X Development ..I can see that there is a search box that appears below the Help Menu item.
I cannot find a way to delete this as it does not show up in the StoryBoard.
Please help.
There is a question about it, try this:
let unusedMenu = NSMenu(title: "Unused")
NSApplication.shared.helpMenu = unusedMenu