AddressBookUI
AddressBookUI Namespace
User interface elements for accessing the AddressBook
Classes
Type
Reason
ABAddressFormatting
Utility class that formats one of the
Foundation.NSDictionary
returned by the
AddressBook.ABPerson.GetAddresses
method.
ABNewPersonCompleteEventArgs
Provides data for the
AddressBookUI.ABNewPersonCompleteEventArgs.NewPersonComplete
event.
ABNewPersonViewController
A view controller used to create a new contact.
ABNewPersonViewControllerDelegate
The delegate object for
AddressBookUI.ABNewPersonViewController
. Provides an event when data entry is complete.
ABPeoplePickerNavigationController
A
UIKit.UINavigationController
that allows the application user to select a contact or contact information from an
AddressBook.ABAddressBook
.
ABPeoplePickerNavigationController+ABPeoplePickerNavigationControllerAppearance
Appearance class for objects of type
AddressBookUI.ABPeoplePickerNavigationController
.
ABPeoplePickerNavigationControllerDelegate
A delegate object that allows the application developer to have fine-grained control of events in the life-cycle of a
AddressBookUI.ABPeoplePickerNavigationController
.
ABPeoplePickerNavigationControllerDelegate_Extensions
Extension methods to the
AddressBookUI.IABPeoplePickerNavigationControllerDelegate
interface to support all the methods from the
AddressBookUI.ABPeoplePickerNavigationControllerDelegate
protocol.
ABPeoplePickerPerformActionEventArgs
Provides data for the
AddressBookUI.ABPeoplePickerPerformActionEventArgs.PerformAction
event.
ABPeoplePickerSelectPersonEventArgs
Provides data for the
AddressBookUI.ABPeoplePickerSelectPersonEventArgs.SelectPerson
event.
ABPersonPredicateKey
Constants for use with
AddressBookUI.ABPeoplePickerNavigationController
predicate methods (
AddressBookUI.ABPeoplePickerNavigationController.PredicateForEnablingPerons
,
AddressBookUI.ABPeoplePickerNavigationController.PredicateForSelectionOfPerson
and
AddressBookUI.ABPeoplePickerNavigationController.PredicateForSelectionOfProperty
).
ABPersonViewController
A
UIKit.UIViewController
that displays the data of an
AddressBook.ABPerson
.
ABPersonViewControllerDelegate
A delegate object that allows the application developer have fine-grained control of events in the life-cycle of a
AddressBookUI.ABPersonViewController
.
ABPersonViewPerformDefaultActionEventArgs
Provides data for the
AddressBookUI.ABPersonViewPerformDefaultActionEventArgs.PerformDefaultAction
and
AddressBookUI.ABPersonViewPerformDefaultActionEventArgs.PerformDefaultAction
events.
ABUnknownPersonCreatedEventArgs
Provides data for the
AddressBookUI.ABUnknownPersonCreatedEventArgs.PersonCreated
event.
ABUnknownPersonViewController
A
UIKit.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
AddressBookUI.ABUnknownPersonViewController
.
ABUnknownPersonViewControllerDelegate_Extensions
Extension methods to the
AddressBookUI.IABUnknownPersonViewControllerDelegate
interface to support all the methods from the
AddressBookUI.ABUnknownPersonViewControllerDelegate
protocol.
DisplayedPropertiesCollection
A collection of
AddresssBook.ABPersonProperty
s returned by the
AddressBookUI.ABPeoplePickerNavigationController.DisplayedProperties
and
AddressBookUI.ABPersonViewController.DisplayedProperties
properties.
IABNewPersonViewControllerDelegate
Interface representing the required methods (if any) of the protocol
AddressBookUI.ABNewPersonViewControllerDelegate
.
IABPeoplePickerNavigationControllerDelegate
Interface representing the required methods (if any) of the protocol
AddressBookUI.ABPeoplePickerNavigationControllerDelegate
.
IABPersonViewControllerDelegate
Interface representing the required methods (if any) of the protocol
AddressBookUI.ABPersonViewControllerDelegate
.
IABUnknownPersonViewControllerDelegate
Interface representing the required methods (if any) of the protocol
AddressBookUI.ABUnknownPersonViewControllerDelegate
.