Search Results
A Quick Explanation of MVC
I was looking through the searches on this site trying to think of what to post about today, and i noticed that, surprisingly to me one of the top searches has consistently been for information on the model-view-controller (MVC) design pattern. Maybe I shouldn’t be surprised though as this is a pattern that Apple often follows in their libraries, and examples, and is mentioned quite frequently.
iPhone Application Design – Great Tips
Found an excellent article on iPhone application design. I’ve written about the MVC pattern in the past, and this article gets right into the details with a terrific example and some diagrams.
You can find the article here:
Design Of An iPhone Application
Some of the really great takeaways in this article:
- The action steps used in creating the controllers.
- Why you should use and understand this stuff.
- The thought process when designing apps.
Understanding Model-View-Controller And Creating A Class Outline
Hi this is the third article in the series on Developing your first Apple iPhone App Store App Step-By-Step, if you missed the first article please check it out here:
Your First Apple iPhone App Store App
In the video below I quickly go over MVC, and then I outline my own process for outlining the classes in smaller apps when developing on my own, to come up with the classes I basically follow these steps:
Your First App Store App Step-By-Step – Part 1
This is the first in a series where we will be building a simple app based on the soundboard app that I created which is in the app store that can be found here.
Check out the video:
We’ll be learning:
1) Simple App Design
2) MVC Basics
3) Interface Builder Basics
4) Playing Music Files
5) Basic Accelerometer Use
6) Objective-C Collection Basics