Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
WHAT YOU WILL LEARN IN THIS CHAPTER
So far you've dealt only with single-view applications — that is, applications with a single View controller for controlling the View window. The previous chapters all use the Single View Application template available in the iOS SDK because it is the simplest way to get started with iOS programming. When you create a Single View Application project, there is one View controller (named <Class_Prefix>ViewController by the iOS SDK) by default.