Contents

contactPicker(_:didSelectContactProperties:)

Called after contact properties have been selected by the user.

Declaration

optional func contactPicker(_ picker: CNContactPickerViewController, didSelectContactProperties contactProperties: [CNContactProperty])

Parameters

  • picker:

    The contact picker where the selection was made.

  • contactProperties:

    The selected contact properties.

Discussion

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

See Also

Responding to User Selections