ContactsUI Namespace

Standard controllers for interacting with the Contacts store.

Classes

CNContactPicker
CNContactPickerDelegate

Delegate object that provides methods relating to picking a contact from a CNContactPickerViewController.

CNContactPickerDelegate_Extensions

Extension methods to the ICNContactPickerDelegate interface to support all the methods from the CNContactPickerDelegate protocol.

CNContactPickerViewController

A standard UIViewController that allows the user to select a CNContact from a list of contacts.

CNContactViewController

A standard UIViewController that allows the user to view or edit a CNContact.

CNContactViewControllerDelegate

Delegate object that provides methods relating to viewing or editing a contact with a CNContactViewController.

CNContactViewControllerDelegate_Extensions

Extension methods to the ICNContactViewControllerDelegate interface to support all the methods from the CNContactViewControllerDelegate protocol.

Interfaces

ICNContactPickerDelegate

Interface representing the required methods (if any) of the protocol CNContactPickerDelegate.

ICNContactViewControllerDelegate

Interface representing the required methods (if any) of the protocol CNContactViewControllerDelegate.

Remarks

The ContactsUI namespace provides two standard controllers for choosing a contact (CNContactPickerViewController) and for displaying a contact's information (CNContactViewController).