Save from viewController?

Posted by fuzzygoat on Stack Overflow See other posts from Stack Overflow or by fuzzygoat
Published on 2010-04-19T06:59:00Z Indexed on 2010/04/19 7:03 UTC
Read the original article Hit count: 179

Filed under:
|
|
|

I have a very small bit of data that I would like to archive from my apps view. My question is, its far easier to save this data from the viewController, but should I really be pushing it back into my model and saving it there? BTW: I also need to do a quick load of this data when the app starts up.

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about cocoa-touch