Working with Windows and Views

Working with Windows and ViewsAfter an application is launched, it’s going to be the only application running on the system — aside from the operating system software, of course. iPhone applications have only a single window, so you won’t find separate document windows for displaying content. Instead, everything is displayed in that single window, and your application interface takes over the entire screen. When your application is running, it is all the user is doing with the iPhone.

Comments are closed.