Graphics Programs Reference
In-Depth Information
28
Model-View-Controller-Store
Most of the applications you've built in this topic have been based on the Model-View-
Controller design pattern. The exception is Homepwner , which is based on the Model-
View-Controller-Store design pattern. In this chapter, we're going to look more closely at
store objects, MVCS, and when MVCS is the better approach for designing an application.
This is a fairly advanced chapter. Until now, you've been leveraging the power of existing
classes that are built into the iOS SDK. Here, you will write a number of classes of your
own that do real work. It will be difficult, but rewarding.
Search WWH ::




Custom Search