xcode 如何在ios编程中使用地址簿API获取联系人?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/8746745/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-14 22:54:37  来源:igfitidea点击:

how to get contacts using address book API in ios programming?

iosxcodetableview

提问by jessy

I have a question. I am new to this ios programming. I am doing an app which is basically similar to the address book in iphone. I need to get all the contacts from the address book and show them in table view. Can anyone please help me how to get the contacts using address book Api? I would appreciate your help.

我有个问题。我是这个 ios 编程的新手。我正在做一个与iphone中的通讯录基本相似的应用程序。我需要从通讯录中获取所有联系人并在表格视图中显示它们。任何人都可以帮助我如何使用地址簿 Api 获取联系人吗?我会很感激你的帮助。

回答by Ole Begemann

Read and follow Apple's Address Book Programming Guide for iOS. Then come back here with specific questions if you encounter a problem.

阅读并遵循 Apple 的iOS 地址簿编程指南。如果遇到问题,请返回这里并提出具体问题。