unknownPersonViewController(_:didResolveToPerson:)
Sent when the user finishes creating a contact or adding the displayed person properties to an existing contact.
Declaration
func unknownPersonViewController(_ unknownCardViewController: ABUnknownPersonViewController, didResolveToPerson person: ABRecord?)Parameters
- person:
The contact the user created or to which they added information. This record is saved in the Address Book database.
NULLwhen the user cancelled the interaction.