如何以编程方式在 iPhone 地址簿中保存家庭地址?
如何通过编程而不是接口在iPhone地址簿中保存家庭地址“添加新地址”?
how to save home address "add new address" in iphone addressbook by programming, not interface?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您需要一个 ABAddressBookRef。阅读以下文档,它准确地向您展示了如何执行您想要的操作: http://developer.apple.com/library/ios/#documentation/ContactData/Conceptual/AddressBookProgrammingGuideforiPhone/Chapters/BasicObjects.html% 23//apple_ref/doc/uid/TP40007744-CH3-SW1
You need to an ABAddressBookRef. Read the following documentation, it shows you exactly how to do what you want: http://developer.apple.com/library/ios/#documentation/ContactData/Conceptual/AddressBookProgrammingGuideforiPhone/Chapters/BasicObjects.html%23//apple_ref/doc/uid/TP40007744-CH3-SW1
您读过 地址簿框架编程指南的这一部分?
Have you read this section of the Address Book Framework Programming Guide?