i am studying abaddress.
that is search code which is not good becuase i can't get all information.
ABAddressBookRef ab = ABAddressBookCreate();
CFArrayRef people = ABAddressBookCopyPeopleWithName(ab, @"jhon");
what i want to get all information about phone number
for example, each cell's information so that i know first name, last name and phone number.
is there anyone who know?
that is search code which is not good becuase i can't get all information.
ABAddressBookRef ab = ABAddressBookCreate();
CFArrayRef people = ABAddressBookCopyPeopleWithName(ab, @"jhon");
what i want to get all information about phone number
for example, each cell's information so that i know first name, last name and phone number.
is there anyone who know?