iphone dev - could clone ABRecord ?
Posted
by
Jeff
on Stack Overflow
See other posts from Stack Overflow
or by Jeff
Published on 2011-03-06T08:07:06Z
Indexed on
2011/03/06
8:10 UTC
Read the original article
Hit count: 461
Hi, I want to delete one ABPerson (say, person) in address book then add another one (say new), since some parts of attributes may be reused, I want to clone 'person' to 'new', here is my question, it seems there is NO function to do this clone, I found ABRecordCreateCopy but it seems to be MAC specified, Is there any api I could use to avoid copy each properties one by one ? Thanks in advance!
Jeff
© Stack Overflow or respective owner