Contents

delegate

The delegate to be notified.

Declaration

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

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