Design Q... multiple NIB files
Design Q... multiple NIB files
- Subject: Design Q... multiple NIB files
- From: stuartbryson <email@hidden>
- Date: Mon, 20 Aug 2001 10:12:58 +1000
Hi all,
Adhering to MVC design, how big should the controller be? I guess it is
a hard question to answer without knowing the scale of an application.
Should one controller be the centre class for all windows etc. Should
you have one and then connect that to controllers by composition or
something?
VIEW - Controller - SubController - Main Window
- SubController - Other Window
OR
VIEW - Controller - Main Window
- Other Window
Make sense. In any case, how are multiple NIB files implemeneted via one
controller? How do the outlets work etc.
Thanks
Stuart