Can I use more than one controller in same application
Can I use more than one controller in same application
- Subject: Can I use more than one controller in same application
- From: email@hidden
- Date: Wed, 12 Sep 2001 14:15:54 -0600
Hello all,
I wonder what's the good structure for a cocoa application.
If I can only use one controller in an application to control different
views and models. If the application are quite complicated, can I use
several controllers to connect different view and model, and use another
controller to control all controllers.
In Model-View-Controller design mode, I regard controller as something
to connect view and model together and control them. I wonder if I got a
correct opinion.
Thanks,
Fei