views:

110

answers:

1

I'm trying to retrieve all the addresses from the address book and display them in a tableview, but I am having trouble understanding the structure of the dictionary for which street addresses are returned. Does anyone know of a tutorial or relevant code snippet for extracting the street address(es) of contacts in the AddressBook?

+1  A: 

Here is an explanation with example:AddressBook programming

You might want to retrieve kABAddressStreetKey from the kABAddressProperty

Good luck!

dkk