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

# ABPersonPickerDelegate

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

```
@protocol ABPersonPickerDelegate <NSObject>
```

## Topics

### Handling Selections

[`personPicker:didChoosePerson:property:identifier:`](/documentation/AddressBook/ABPersonPickerDelegate/personPicker:didChoosePerson:property:identifier:)

Informs the delegate when the user selects a person, or a specific property of a person.

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

Notifies the delegate when the user closes the  picker.



---

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)