Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
The iPhone operating system allows for applications to call each other and start up an instance of the application. This feature is provided by the NSUrl() method.
Given that there is a limited set of schemes and protocols that are supported in an iPhone, it makes sense to present a limited set of data to the user for selection. For those familiar with the Windows operating system and .NET, some type of dropdown list control would be used. The iPhone operating system does not contain a control that looks like that control. The closest control is the UIPicker control, which is shown in Figure 15.