Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
In addition to standard user interface controls and media components that you’d see on any computer, the iOS SDK provides a number of tightly focused developer solutions specific to iOS delivery. Among the most useful of these is the AddressBook framework, allowing you to programmatically access and manage the contacts database. This chapter introduces the Address Book and demonstrates how to use its frameworks in your applications. You read about accessing information on a contact-by-contact basis, how to modify and update contact information, and how to use predicates to find just the contact you’re interested in. This chapter also covers the GUI classes that provide interactive solutions for picking, viewing, and modifying contacts. By ....