This document discusses iPhone development with multiple views. It describes three types of multi-view apps: utility applications with primarily one view and a secondary settings view; tab bar applications that display a row of buttons at the bottom to switch between views; and navigation-based applications that present hierarchical information to the user. It also covers the relationships between views, view controllers, the UIWindow, and the root view controller.