I have a text field with a contact name and I want to get the phone number for that:
ABAddressBookRef adressBook = ABAddressBookCreate(); NSArray *people = (NSA
CFStringRef phoneRef = ABRecordCopyValue(person, kABPersonPhoneProperty) ; NSString *phoneNumber = (NSString *) phoneRef;