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

# contactPicker(_:didSelect:)

Called when a property of the contact has been selected by the user.

```
optional func contactPicker(_ picker: CNContactPicker, didSelect contactProperty: CNContactProperty)
```

## Parameters

`picker`

The contact picker where the selection was made.

`contactProperty`

The selected contact property.

## Discussion

This delegate method ia called when the user selects a single property of the contact.

---

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)