Model View Controller: Does the Controller or Model fetch data off the server?

Viewed 1713

For example: Let's say I'm grabbing a list of names and saving it to an NSMutableArray. Do I implement the method of actually calling the server to fetch the data in the controller (UIViewController) or the model(Friends object)?

6 Answers
Related