Résumé de la séquence
This video presents the ContactUI framework that handles the access to contacts in iOS.
Keywords : Contact, ContactUI, CNContact, CNMutableContact, CNContactStore, CNContactPickerViewController, CNContactPickerDelegate, CNContactViewController, CNContactViewControllerDelegate.
Accéder à la séquence
If the video does not appear in the frame, please use the link in the table on your right.
Useful links
Here are some references for those who want to get more information:
- the Contacts framework (Apple),
- CNContact (Apple),
- CNMutableContact (Apple),
- CNContactFormatter (Apple),
- CNContactStore (Apple),
- CNContactPickerViewController (Apple),
- CNContactPickerDelegate (Apple),
- CNContactViewController (Apple),
- CNContactViewControllerDelegate (Apple),
- CNSaveRequest (Apple).
Hera are also some links to the previous mechanism that was working until iOS 9 and whihc still compiles (in ioS 10). I also refer to the old version of my course that also provides some hints on he way it was working:
- Présentation du système de gestion du carnet d'adresse (ancien cours UPMC, master SAR),
- Présentation d'un exemple (ancien cours UPMC, master SAR),
- Guide for Address Book Programming (Apple),
- ABPeoplePickerNavigationController Class Reference (Apple),
- ABPeoplePickerNavigationControllerDelegate Protocol (Apple),
- ABPersonViewController Class Reference (Apple),
- ABPersonViewControllerDelegate Protocol (Apple),
- ABPerson Reference (Apple),
- ABRecord Reference (Apple),
- ABNewPersonViewController Class Reference (Apple),
- ABNewPersonViewControllerDelegate Protocol (Apple),
- ABUnknownPersonViewController Class Reference (Apple),
- ABUnknownPersonViewControllerDelegate Protocol (Apple).