MVC model flow?

Posted by fuzzygoat on Stack Overflow See other posts from Stack Overflow or by fuzzygoat
Published on 2010-04-18T12:21:29Z Indexed on 2010/04/18 12:23 UTC
Read the original article Hit count: 350

Filed under:
|
|
|

I am setting up an application using the MVC model and I have a query regrading the flow of information from the UI to the data model. What I need to do is place data from the UI in the model, what I have done is write a method in the view which collects the required data in an object and then passes it to the model. The model then takes ownership of the data so that the view can release its ownership. Does this sound sensible?

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about cocoa-touch