---
title: delegate
framework: contactsui
role: symbol
role_heading: Instance Property
path: contactsui/cncontactpicker/delegate
---

# delegate

The picker delegate to be notified when the user chooses a contact.

## Declaration

```swift
weak var delegate: (any CNContactPickerDelegate)? { get set }
```

## See Also

### Responding to Picker Interactions

- [CNContactPickerDelegate](contactsui/cncontactpickerdelegate.md)
