<!--
{
  "availability" : [
    "iOS: 9.0.0 -",
    "iPadOS: 9.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ContactsUI",
  "identifier" : "/documentation/ContactsUI/CNContactPickerDelegate/contactPicker(_:didSelect:)-5neeo",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Contacts UI"
    ],
    "preciseIdentifier" : "c:objc(pl)CNContactPickerDelegate(im)contactPicker:didSelectContacts:"
  },
  "title" : "contactPicker(_:didSelect:)"
}
-->

# contactPicker(_:didSelect:)

Called after contacts have been selected by the user.

```
optional func contactPicker(_ picker: CNContactPickerViewController, didSelect contacts: [CNContact])
```

## Parameters

`picker`

The contact picker where the selection was made.

`contacts`

The selected contacts.

## Discussion

This delegate method is called when the user selects more than one contact. Implementing
this method configures the picker for multi-selection.

---

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)