NSTabView and MVC
NSTabView and MVC
- Subject: NSTabView and MVC
- From: Chuck Soper <email@hidden>
- Date: Thu, 22 May 2003 14:18:20 -0700
I have window with a NSTabView and three NSTabViewItem's. Each has
one or two NSTableView's and one view item has a NSPopUpButton. For
this situation, is it best to have one controller class for each
NSTabViewItem or is it fine to have one controller for the whole
window? This might be an obvious question, but I'm fairly new to
Cocoa.
The only example I could find that had a Tab Views was
EnhancedDataBurn, but it seems overly complex for my purposes:
http://developer.apple.com/samplecode/Sample_Code/DiscRecording/EnhancedDataBurn.htm
Chuck
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.