使用 initWithVCardRepresentation
因此,我使用 ABRecordRef 的实例来使用“ABPersonCreate()”创建 ABPerson。
我现在想要做的是使用“initWithVCardRepresentation”将预设详细信息添加到创建的 ABPerson 中。
我不知道如何做到这一点,而且我的搜索似乎一直很枯燥,所以任何帮助将不胜感激。
谢谢,
马特
So I have used an instance of ABRecordRef to create an ABPerson using "ABPersonCreate()".
What I would now like to be able to do is use the "initWithVCardRepresentation" to add preset details to the ABPerson created.
I have no idea how to do this and my searches seem to keep coming up dry so any help would be greatly appreciated.
Thanks,
Matt
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
重复的
从 AddressBook.framework 生成 vCard
和
寻找 vCard 库在 Objective-C、C、C++(适用于 iPhone)中生成和解析
最终都建议您应该实现自己的(也许基于一些现成的互联网代码,可以在这些链接中找到)
干杯,
奥德.
Duplicate of
Generate vCard from AddressBook.framework
and
Looking for a library for vCard generation and parsing in Objective-C, C, C++ (for iPhone)
which both end up suggesting you should implement your own (perhaps based on some ready made internet code, found in those links)
Cheers,
Oded.