I have a problem with my application menu. I want several menu items to be grayed out depending on some BOOL variables.
In addition, I want some of my menu items to get names depending on some BOOL variables, and thereby perform different functions depending on what the name of the menu item is. Is it possible? Using Interface Builder, you can associate a menu item with one IBAction method. please tell me how to do it.
thanks
King source share