NSToolbarItem refers to the class in the graphical user interface toolkit Appkit framework that is an item in a window's toolbar, and which inherits from NSObject.
I'm struggling with Cocoa for 2 hours now without success. I want to add a custom view to the toolbar. So, …
cocoa nsview nstoolbar nstoolbaritem