Contents

contactPicker(_:didSelect:)

Called after contacts have been selected by the user.

Declaration

optional func contactPicker(_ picker: CNContactPickerViewController, didSelect contacts: [CNContact])

Parameters

  • picker:

    The contact picker where the selection was made.

  • contacts:

    The selected contacts.

Discussion

This delegate method is called when the user selects more than one contact. Implementing this method configures the picker for multi-selection.

See Also

Responding to User Selections