<!--
{
  "availability" : [
    "macOS: 10.9.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AddressBook",
  "identifier" : "/documentation/AddressBook/ABPersonPicker",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Address Book"
    ],
    "preciseIdentifier" : "c:objc(cs)ABPersonPicker"
  },
  "title" : "ABPersonPicker"
}
-->

# ABPersonPicker

A picker object that you display when you want the user to select contacts.

```
@interface ABPersonPicker : NSObject
```

## Topics

### Managing the Picker Interface

[`delegate`](/documentation/AddressBook/ABPersonPicker/delegate)

An object the system notifies as the user interacts with the picker.

[`ABPersonPickerDelegate`](/documentation/AddressBook/ABPersonPickerDelegate)

Methods you use to respond to user selections in a person picker.

### Showing and Closing the Picker

[`showRelativeToRect:ofView:preferredEdge:`](/documentation/AddressBook/ABPersonPicker/showRelativeToRect:ofView:preferredEdge:)

Shows the picker in a popover relative to a view.

[`close`](/documentation/AddressBook/ABPersonPicker/close)

Closes the picker.

### Specifying Picker Properties

[`properties`](/documentation/AddressBook/ABPersonPicker/properties)

An array of properties to display in the picker when the user selects a person.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)