Model-View-Controller for iPhone OS
The Model-View-Controller (MVC) design paradigm is pervasive in the Cocoa Touch frameworks. With the arrival of iPad and the need to display that same information (the M in MVC) in a new way, it is more important than ever to understand this fundamental pattern. Learn about the support built into iPhone OS for MVC, the implementation choices open to you based on the needs of your application, and how to use this design pattern to help you deliver code that works great on iPad, iPhone and iPod touch.
✍️
No notes available yet
Be the hero who changes that. Watch the video, jot down what matters, and open a pull request – it's genuinely quick.
Learn how to contribute