January 2011
Beginner
544 pages
11h 36m
English
• Modifying buttons
• Understanding the UIToolbar
• Understanding the UISlider and UISwitch
• Understanding UITextField and UITextArea
• Understanding using a UIWebView
In this chapter you learn how to use several of the iOS SDK’s available controls. You also learn about the toolbar and the web view. Although this chapter is not comprehensive, it will help you get started understanding the many controls you might use when creating an iOS application. Several of the screenshots come directly from Apple’s UICatalog example application (Figure 12-1). You can download this application at Apple’s web site. But note, the controls it illustrates are ...