<!--
{
  "availability" : [
    "iOS: 2.0.0 -",
    "iPadOS: 2.0.0 -",
    "macCatalyst: 14.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AddressBookUI",
  "identifier" : "/documentation/AddressBookUI/ABPeoplePickerNavigationControllerDelegate",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "Address Book UI"
    ],
    "preciseIdentifier" : "c:objc(pl)ABPeoplePickerNavigationControllerDelegate"
  },
  "title" : "ABPeoplePickerNavigationControllerDelegate"
}
-->

# ABPeoplePickerNavigationControllerDelegate

The `ABPeoplePickerNavigationControllerDelegate` protocol describes the interface [`ABPeoplePickerNavigationController`](/documentation/AddressBookUI/ABPeoplePickerNavigationController) delegates must adopt to respond to people-picker user events.

```
protocol ABPeoplePickerNavigationControllerDelegate : NSObjectProtocol
```

## Topics

### Responding to User Events

[`-  peoplePickerNavigationController:shouldContinueAfterSelectingPerson:`](/documentation/AddressBookUI/ABPeoplePickerNavigationControllerDelegate/peoplePickerNavigationController(_:shouldContinueAfterSelectingPerson:))

Sent when the user selects a contact.

[`-  peoplePickerNavigationController:shouldContinueAfterSelectingPerson:property:identifier:`](/documentation/AddressBookUI/ABPeoplePickerNavigationControllerDelegate/peoplePickerNavigationController(_:shouldContinueAfterSelectingPerson:property:identifier:))

Sent when the user selects one of a person’s properties.

[`-  peoplePickerNavigationControllerDidCancel:`](/documentation/AddressBookUI/ABPeoplePickerNavigationControllerDelegate/peoplePickerNavigationControllerDidCancel(_:))

Sent when the user taps Cancel.

[`-  peoplePickerNavigationController:didSelectPerson:`](/documentation/AddressBookUI/ABPeoplePickerNavigationControllerDelegate/peoplePickerNavigationController(_:didSelectPerson:))

Called after a person has been selected by the user.

[`-  peoplePickerNavigationController:didSelectPerson:property:identifier:`](/documentation/AddressBookUI/ABPeoplePickerNavigationControllerDelegate/peoplePickerNavigationController(_:didSelectPerson:property:identifier:))

Called after a property has been selected by the user.

## Relationships

### Inherits From

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

---

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)