Where does NSURLConnection and it’s delegate methods belong in MVC? I think it is Model? But should not model be dumb and not know any thing about connections ? but putting in controller also does not make sense?
Where does NSURLConnection and it’s delegate methods belong in MVC? I think it is
Share
IMHO
NSURLConnectionis model. The connection part is not about model, but about data management that model is actually responsible for.