I have a macOS app written in objective-c. Initially, I didn’t want to provide a Help menu, so I removed the ‘Help’ top-level menu item from the storyboard.
Now I want to add a help facility, and still retain the system-provided menu search bar. I have added the Help menu and the submenu items needed for my app. But the search bar does not appear.
This is the menu search behavior that I am looking for:
When I add the Help menu item and submenu items back into my app via the storyboard, the search bar does not appear when I run the app. Is there some magic necessary to enable this behavior?