So I’m making a web browsing app in Xcode for OS X, and right now I am working on history. I have a menu called history in my MainMenu.xib, and I was wondering if it would be possible to add a menu item (through coding) to that every time the user loads a new page. Any help would be great.
Share
Something like this should work:
In your action you could then retrieve the URL (or some other object) that you set as the
representedObjectbefore: