I currently implement most of the functions for my mainMenu in a NSWindowController subclass, this works fine for most functions but I would like to be able to use some menu items when no Window is selected. Where would be the best place to implement and validate these kind of menu items?

link|improve this question

77% accept rate
feedback

1 Answer

up vote 1 down vote accepted

I would put those in my NSApplication delegate.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.