Contents

contactPicker(_:didSelect:)

Called when a property of the contact has been selected by the user.

Declaration

optional func contactPicker(_ picker: CNContactPickerViewController, didSelect contactProperty: CNContactProperty)
optional func contactPicker(_ picker: CNContactPicker, didSelect contactProperty: CNContactProperty)

Parameters

  • picker:

    The contact picker where the selection was made.

  • contactProperty:

    The selected contact property.

Discussion

This delegate method ia called when the user selects a single property of the contact.

See Also

Responding to User Selections