开发者

Can we update record of addressbook?

开发者 https://www.devze.com 2023-03-28 05:24 出处:网络
I want to update record of addressbook. I searched for it but I have not got any particular solution for th开发者_StackOverflowis. I am able to access addressbook but after changing phone number or an

I want to update record of addressbook. I searched for it but I have not got any particular solution for th开发者_StackOverflowis. I am able to access addressbook but after changing phone number or any field I want to update it. Please give some code example......


You can edit a record using this function :

bool ABRecordSetValue (
   ABRecordRef record,
   ABPropertyID property,
   CFTypeRef value,
   CFErrorRef *error
);

For more information, visit this link : ABRecord Reference

0

精彩评论

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