Add image contact in address book
Posted
by
Paska
on Stack Overflow
See other posts from Stack Overflow
or by Paska
Published on 2011-01-09T16:49:28Z
Indexed on
2011/01/09
16:53 UTC
Read the original article
Hit count: 188
Hi all,
how can i use kABPersonImageFormatThumbnail
or something else to set an image to a contact in address book???
I want use a /resources
file.
Now i use
ABMultiValueAddValueAndLabel(multiPhone, @"+39-02-1234567", kABWorkLabel, NULL);
to set a value in address book.
An image seems to be the same behavior, but what type need use?
ABMultiValueAddValueAndLabel(multiPhone, ?????, kABPersonImageFormatThumbnail, NULL);
Thanks
A
© Stack Overflow or respective owner