<!--
{
  "availability" : [
    "iOS: 2.0.0 -",
    "iPadOS: 2.0.0 -",
    "macCatalyst: 13.1.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AddressBookUI",
  "identifier" : "/documentation/AddressBookUI/ABUnknownPersonViewControllerDelegate/unknownPersonViewController(_:didResolveToPerson:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Address Book UI"
    ],
    "preciseIdentifier" : "c:objc(pl)ABUnknownPersonViewControllerDelegate(im)unknownPersonViewController:didResolveToPerson:"
  },
  "title" : "unknownPersonViewController(_:didResolveToPerson:)"
}
-->

# unknownPersonViewController(_:didResolveToPerson:)

Sent when the user finishes creating a contact or adding the displayed person properties to an existing contact.

```
func unknownPersonViewController(_ unknownCardViewController: ABUnknownPersonViewController, didResolveToPerson person: ABRecord?)
```

## Parameters

`person`

The contact the user created or to which they added information. This record is saved in the Address Book database.

    `NULL`     when the user cancelled the interaction.

---

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)