---
title: "unknownPersonViewController(_:didResolveToPerson:)"
framework: addressbookui
role: symbol
role_heading: Instance Method
path: "addressbookui/abunknownpersonviewcontrollerdelegate/unknownpersonviewcontroller(_:didresolvetoperson:)"
---

# unknownPersonViewController(_:didResolveToPerson:)

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

## Declaration

```swift
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.

## See Also

### Responding to User Events

- [unknownPersonViewController(_:shouldPerformDefaultActionForPerson:property:identifier:)](addressbookui/abunknownpersonviewcontrollerdelegate/unknownpersonviewcontroller(_:shouldperformdefaultactionforperson:property:identifier:).md)
