Re: NSURLConnection and MVC
Re: NSURLConnection and MVC
- Subject: Re: NSURLConnection and MVC
- From: Jens Alfke <email@hidden>
- Date: Wed, 19 Sep 2012 14:44:14 -0700
On Sep 19, 2012, at 12:14 PM, Koen van der Drift <email@hidden> wrote:
> Thanks for the link, lots of info there. Unfortunately he doesn't
> discuss the responsibility of the MVC classes in the slides regarding
> the best location for the NSURLConnection code. I got that and the
> paring already working, but need to make it more flexible.
Networking is generally a separate layer that communicates with the model. It’s not part of the controller layer, because that relates to the UI.
—Jens
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden