AddressBookUI Namespace

The AddressBookUI namespace provides standard UIs for interacting with the Address Book.

Classes

ABAddressFormatting

Utility class that formats one of the NSDictionary returned by the GetVCards(ABPerson[]) method.

ABNewPersonCompleteEventArgs

Provides data for the NewPersonComplete event.

ABNewPersonViewController

A view controller used to create a new contact.

ABNewPersonViewControllerDelegate

The delegate object for ABNewPersonViewController. Provides an event when data entry is complete.

ABPeoplePickerNavigationController

A UINavigationController that allows the application user to select a contact or contact information from an ABAddressBook.

ABPeoplePickerNavigationController.ABPeoplePickerNavigationControllerAppearance

Appearance class for objects of type ABPeoplePickerNavigationController.

ABPeoplePickerNavigationControllerDelegate

A delegate object that allows the application developer to have fine-grained control of events in the life-cycle of a ABPeoplePickerNavigationController.

ABPeoplePickerNavigationControllerDelegate_Extensions

Extension methods to the IABPeoplePickerNavigationControllerDelegate interface to support all the methods from the ABPeoplePickerNavigationControllerDelegate protocol.

ABPeoplePickerPerformAction2EventArgs

Provides data for the PerformAction2 event.

ABPeoplePickerPerformActionEventArgs

Provides data for the PerformAction event.

ABPeoplePickerSelectPerson2EventArgs

Provides data for the SelectPerson2 event.

ABPeoplePickerSelectPersonEventArgs

Provides data for the SelectPerson event.

ABPersonPredicateKey

Constants for use with ABPeoplePickerNavigationController predicate methods (PredicateForEnablingPerson, PredicateForSelectionOfPerson and PredicateForSelectionOfProperty).

ABPersonViewController

A UIViewController that displays the data of an ABPerson.

ABPersonViewControllerDelegate

A delegate object that allows the application developer have fine-grained control of events in the life-cycle of a ABPersonViewController.

ABPersonViewPerformDefaultActionEventArgs

Provides data for the PerformDefaultAction and E:AddressBookUI.ABPersonViewPerformDefaultActionEventArgs.PerformDefaultAction events.

ABUnknownPersonCreatedEventArgs

Provides data for the PersonCreated event.

ABUnknownPersonViewController

A UIViewController that allows the application user to enter data and create a new person record.

ABUnknownPersonViewControllerDelegate

A delegate object that allows the application developer have fine-grained control of events in the life-cycle of a ABUnknownPersonViewController.

ABUnknownPersonViewControllerDelegate_Extensions

Extension methods to the IABUnknownPersonViewControllerDelegate interface to support all the methods from the ABUnknownPersonViewControllerDelegate protocol.

DisplayedPropertiesCollection

A collection of T:AddresssBook.ABPersonPropertys returned by the DisplayedProperties and DisplayedProperties properties.

Interfaces

IABNewPersonViewControllerDelegate

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

IABPeoplePickerNavigationControllerDelegate

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

IABPersonViewControllerDelegate

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

IABUnknownPersonViewControllerDelegate

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