地址簿中记录的 ABRecordID(地址簿中插入记录的唯一 ID)
我在向 iPhone 的联系人添加记录时遇到了困难。
情况是这样的我有一个视图,其中创建联系人并将其插入到 iPhone 的联系人中。
我想要的是
有没有办法找到插入的(记录)联系人的唯一ID。在其他视图中访问联系人将需要它。
请赐教我这一点。
I got stuck while adding records to contacts of iphone.
Situation is this I have a view in which contacts are created and inserted to contacts of iphone.
What I want is
Is there a way to find some unique ID of the (record) contact which is inserted. Which will be required to access the contacts in some other view.
Please enlighten me on this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当您在地址簿中插入新记录时,该记录会自动分配一个 ABRecordID,您可以使用该 ID 进行检索
When you insert a new record in the AddressBook, the record is automatically assigned an ABRecordID that you can retrieve using