Question about MVC
Question about MVC
- Subject: Question about MVC
- From: "Craig Dooley" <email@hidden>
- Date: Wed, 26 Apr 2006 08:01:23 -0400
I am trying to write a cocoa networking app, and need to have my view
initiate a data send to another host. I was wondering if there is a
standard way to have a view send information back to the controller.
I have thought of a couple ways to work around it, like using a
delegate, or keeping an instance variable of my app controller in the
view, and of the two, i like the idea of a delegate better. I would
like the keep the separation of the controller, and not call model
functions directly.
I am sorry if this is a simple topic. I checked the Hillegass book,
and "Learning Cocoa with Objective-C" and did not find anything about
a view sending data back to a controller.
-Craig
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden