Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
The easiest route to creating a single view application is using Xcode’s View-based Application template. This template creates a single view and a view controller for managing the view. While the View-based application is not as useful as Xcode’s other project templates, it is helpful here, as it generates the simplest iOS graphical application and provides a straightforward UIView and UIViewController example. In the next task, you will generate an application using this template. But, before continuing, first we will review IBOutlets and IBActions.