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.
Asked
Active
Viewed 704 times
-1
-
please post your questions clearly and try to accept the answers also.. – Sat Feb 08 '11 at 12:27
2 Answers
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. :)