MVC as used in ObjectiveC programming.

Posted by eco_bach on Stack Overflow See other posts from Stack Overflow or by eco_bach
Published on 2010-05-17T18:22:30Z Indexed on 2010/05/18 15:41 UTC
Read the original article Hit count: 247

Filed under:
|

I'm confused somewhat by the MVC implementation as used in Objective C programming. What is described as 'Controller' in Objective C tutorials and documentation, I understand as simply a view or mediator. Which is correct?

© Stack Overflow or respective owner

Related posts about mvc

Related posts about objective-c