1

Im new to OS X Development ..I can see that there is a search box that appears below the Help Menu item.

enter image description here

I cannot find a way to delete this as it does not show up in the StoryBoard.

Please help.

hippietrail
  • 15,848
  • 18
  • 99
  • 158
techno
  • 6,100
  • 16
  • 86
  • 192
  • Does this answer your question? [Remove (or customize) 'Search' from help menu](https://stackoverflow.com/questions/22075413/remove-or-customize-search-from-help-menu) – pkamb May 06 '20 at 07:23

1 Answers1

0

There is a question about it, try this:

let unusedMenu = NSMenu(title: "Unused")
NSApplication.shared.helpMenu = unusedMenu

Remove (or customize) 'Search' from help menu

Lu_
  • 2,577
  • 16
  • 24