Sort by time | Sort by thread (beta)

Link to this comment:

Share to:

All Comments (12)

Sign In or Sign Up now to post a comment!
  • Thank you very much for the video but as I read the video description, it says it explains the MVC pattern to develop an iPhone application. However, I am more into developing web applications and stand alone applications. So it would have been great if I could get a video which explains the architecture in a more generalized approach. Thank you.

  • these parts have only told us about it not how to make one

  • I read the comments before really hearing the video and I'm reading that model and controller, as always, is unclear. The view is easy to understand. I'm become an expert at realizing model and controller are not clearly separated by tasks

  • what a voice xD

  • I've just realised that ur not going to tell or show me anything useful after 3 videos

    I'll find another guy who's got a real tutorial

  • His explanation is actually fairly accurate. He is at least closer than you are: the view interacts with the controller which then interacts with the model. The separations allows for good encapsulation for future changes, as was noted.

    You basically restated what was said in the video and then botched it with the bit about the view knowing about the model.

  • Also the view has some controller in it (the logic) to manipulate how the data should be represented.

  • Your definition of MVC (model view controller) is incorrect.

    Model is all about information. (the quantity of something)

    The view (visual) is all the things that you can see (buttons, textfield, etc)

    The controller is the logic (business logic, the fun part)

    The view knows about the model, but model does not know about view.

    If view does not know about model, how is it suppose to represent the data?

  • @ayumilove That's not entirely accurate. The model contains the data and business logic. The controller is just "glue code" that acts as a layer between the model and the view. The view does NOT know about the model directly. The controller is in charge of telling the view of changes in the model's data.

  • I was looking for some thoughts on MVC, but this is about simple OOP and identifying objects and doesnt seem to have anything to do with MVC.

  • I have an app idea, how do i design it and sell it to apple store?

Loading...
Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more