Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
On an iOS device, the Contacts application allows users to add contacts to, remove contacts from, and manipulate their address book. The address book can be a collection of people and groups. Each person can have properties such as first name, last name, phone number, and email address. Some properties can have a single value and some can have multiple values. For instance, the first name of a person is one value, but the phone number can be multiple values (e.g., if the user has two home phone numbers).
The AddressBook.framework framework in the iOS SDK allows you to interact with the address book database on the device. You can get the array of all entities in the user’s address book, insert and change values, and much more.