I'm looking for a method called addNewItem:(NSToolbarItem *)item or something like this that lets me add a programmatically created item to my toolbar, but I haven't found any. I would like to add an item that shows a popover when the user clicks on it, like in Safari when the user downloads something.
| |||
|
feedback
|
|
You need to have a class that conforms to the Having done that, you can programatically add a new toolbar item to the toolbar by sending This is described with examples in the Adding and Removing Toolbar Items section of the Toolbar Programming Topics for Cocoa document. | |||
|
feedback
|