In a cocoa application i have created a storyboard with one nswindowcontroller to control window and onew nsviewcontroller to control view. That view contain several buttons. The implicit call flow of these methods is like:
- instantiating nswindowcontroller from calling method
- implicit call to init method of nswindowcontroller
- implicit call to init method of nsviewcontroller
Now what i required to display some buttons from those several buttons on behalf of some parameters which is needed to send to the nsviewcontrollerclass. Can anyone please help me to achieve this.