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

# delegate

The delegate to be notified when the user selects a contact or a property.

## Declaration

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

## See Also

### Responding to User Interactions

- [CNContactPickerDelegate](contactsui/cncontactpickerdelegate.md)
