contactPicker(_:didSelect:)
Called after a contact has been selected by the user.
Declaration
optional func contactPicker(_ picker: CNContactPickerViewController, didSelect contact: CNContact)optional func contactPicker(_ picker: CNContactPicker, didSelect contact: CNContact)Parameters
- picker:
The contact picker where the selection was made.
- contact:
The selected contact.
Discussion
This delegate method is called when the user selects a single contact.