osx - Cocoa NSTabView coding style question -
I have a coding style question that should be asked about a senior Mac programmer at work - but since I am alone Well, I have a pop-up GUI for my software (3D model, data visualization) and pop-up, mainly with a tabbed control, each tab (slider, radio button, checkbox, etc.) There is a ton of stuff with stuff like some 20 Rati Controls tab, and perhaps half a dozen tabs ... using a controller for all the scenes is to raise much faster load. Is there a main visual controller that loads a nice style of tabs? NSView * tabA = [[NSView alloc] initWithNibName: @ "tabA.nib" bundle: [NSBundle bundleWithPath: @ "/ application / BOB.app"]] ;; NSView * tabB = [[NSView alloc] initWithNibName: @ "tabB.nib" bundle: [NSBundle bundleWithPath: @ "/ Application / BOB.app"]] ;; How does this do it on iOS, but I'm not sure for Mac OS X. I like a style that provides maintenance and flexibility, because the code is going through the prototype and I t...