How to get contacts using the address book API in ios programming?

I have a question. I am new to this programming on ios. I am making an application that basically looks like the address book in iphone. I need to get all the contacts from the address book and show them in a table. Can someone please help me how to get contacts using Api address book? I would be grateful for your help.

+5
source share
1 answer

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

+7
source

All Articles