-1

I have an import button and clicking that shows a contacts view. Then, from here I want to select the required contact name and add to my table view.

petert
  • 6,672
  • 3
  • 38
  • 46
user604346
  • 23
  • 3

2 Answers2

0

You should read the Address Book Programming guide to start with - it includes a quick start tutorial for what you're after.

petert
  • 6,672
  • 3
  • 38
  • 46
0

You can look this thread that deals with loading the contacts in a variable. That varaible could be used as the Datasource of your table. :)

Community
  • 1
  • 1
devsri
  • 6,173
  • 5
  • 32
  • 40