开发者

Can we update record of addressbook?

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜