How can I get the index of the addressbook when we know the ABRecordRef
and address book?
I am using:
ABRecordRef ref= CFArrayGetValueAtIndex(AddressBookPeople, index);
to get the record reference at a given index.
Similarly, how do I get the index of the record when the ABRecordRef
value is known?