I have an appllication in which when I click on NSButton of one nib,another nib loaded,and that second nib contains an NSTableView. which I need to load just after second nib loaded.
But I am Not able to do so. If I put that code in awakeFromNib then NSTableView again get initialize. its really a mesh I m not getting...
So,plz help me out.