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

# delegate

The delegate to be notified.

## Declaration

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

## Discussion

Discussion The notification is sent when the user selects a property, or when the contact view controller is dismissed by its parent.

## See Also

### Handling Interactions with the Interface

- [CNContactViewControllerDelegate](contactsui/cncontactviewcontrollerdelegate.md)
