I am trying to set IBOutlet for a toolbar item in Xcode 6 for OS X application using storyboards. I have seen an example on setting a IBAction but it does not work for IBOutlets. Any help would be appreciated.
Just subclass NSToolbar and add the IBOutlet there.