<!--
{
  "availability" : [
    "macOS: 10.11.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ContactsUI",
  "identifier" : "/documentation/ContactsUI/CNContactPickerDelegate/contactPickerDidClose(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Contacts UI"
    ],
    "preciseIdentifier" : "c:objc(pl)CNContactPickerDelegate(im)contactPickerDidClose:"
  },
  "title" : "contactPickerDidClose(_:)"
}
-->

# contactPickerDidClose(_:)

In macOS, called when the contact picker’s popover has closed.

```
optional func contactPickerDidClose(_ picker: CNContactPicker)
```

## Parameters

`picker`

The contact picker popover to be closed.

---

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)