One of the early concepts that I learn from CS193P iPhone Development Course by Stanford University is MVC (Model, View, Controller). MVC is not a programming language. MVC is not a platform. It is a Software Architecture Design Pattern. When you want to build a house, you will need to hire a construction architect to plan and design the blueprint of the house. The proper … [Read more...] about Programming in iOS with Objective-C Using MVC