Contents

contactPickerDidCancel(_:)

In iOS, called when the user taps Cancel.

Declaration

optional func contactPickerDidCancel(_ picker: CNContactPickerViewController)

Parameters

  • picker:

    The contact picker in which the selection was made.

Discussion

The picker is dismissed automatically after a contact or property is picked.

See Also

Dismissing the Picker Interface