开发者

How to get Person Id using peoplePickerNavigationController

开发者 https://www.devze.com 2023-01-11 18:33 出处:网络
in my application i am using peoplePickerNavigationController I want to get person Id (BOOL)peoplePickerNavigationController:(ABPeoplePickerNavigationCo开发者_如何学Cntroller *)peoplePicker should

in my application i am using peoplePickerNavigationController

I want to get person Id

  • (BOOL)peoplePickerNavigationController:(ABPeoplePickerNavigationCo开发者_如何学Cntroller *)peoplePicker shouldContinueAfterSelectingPerson:(ABRecordRef)person property:(ABPropertyID)property identifier:(ABMultiValueIdentifier)identifier{

in this method how can i get the person id or any other values like phone number n first name etc...

Please help me

Thank You


Check Apple's sample app. it will demonstrate how to get the person's name and other properties. Also, if you want to edit a property in the address book, check my tutorial.

0

精彩评论

暂无评论...
验证码 换一张
取 消