Hi,
Is there anyway to use the great address book UI with custom data? From looking through the AB documentation all you can do is to use
ABAddressBookRef ABAddressBookCreate (
void
);
But this obviously creates a reference to the contacts on your phone... is there anyway that I can create a reference to say an array which I could then populate with my own independent contacts?
Thanks in advance.