Question

I am working on an app and need to make the user enter information like name, phone, address etc. Inside my app is it possible to show the contact list (Address book) and make the user pick the contact he wants to use. I am specifically hoping to find a way that also give me the UI and search functionality within the contacts just like the regular contacts list. So when the user wants to enter the information, I show him the contacts list (with the same UI/functionality or a subset of it) and let him pick the contact. Is there a way to do this in iOS?

Was it helpful?

Solution

Address book is there. USe that .

This answer can help you.

Get a list of all contacts on iOS

Fetch Contacts in iOS 7

How to simply retrieve list of Contacts in iOS7?

If, you want a tutorial, here is the link Tutorial link

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top