APAddressBook icon indicating copy to clipboard operation
APAddressBook copied to clipboard

Perform a synchronous fetch?

Open markst opened this issue 8 years ago • 1 comments

Although a majority of the time I can fetch asynchronously, there one exception where by I need to perform a synchronous fetch for a contact image.

Is this at all possible?

I've tried using ABAddressBookGetPersonWithRecordID, but need to pass the encapsulated ABAddressBookRef.

markst avatar Nov 30 '15 07:11 markst

Yes, it's possible. I can add synchronous method. But why asynchronous one doesn't fit you?

belkevich avatar Dec 01 '15 17:12 belkevich