I\'m using Xcode for the first time. I\'ve been following a tutorial, and I\'m completely stumped by something that\'s surely trivial. I\'ve dragged a \"Menu\" from the Libr
You want to drag an NSMenuItem
from the library palette onto the menu:
You can add submenus and separators similarly.
Cmd-D duplicates anything as well if you are getting tired of the drag-drop thing.
You just have to watch out that as your tags and action connections are getting duplicated too they might not be connected to the thing you wanted them to be.