Is the allowsUserCustomization property set to YES on the toolbar?
self.myNSToolbar.allowsUserCustomization = YES;
self.myNSToolbar.autosavesConfiguration = YES; //<--Most likely want this to YES too.
If you are using Interface Builder make sure the checkboxes corresponding to these properties are checked.
Topic:
UI Frameworks
SubTopic:
AppKit
Tags: