Re: ABPerson initWithVCardRepresentation without addRecord

2010-01-01 Thread Aaron Tuller
At 2:49 PM +0100 12/31/09, B.Ohr wrote: ps = ABPerson.alloc.initWithVCardRepresentation(data) # MacRuby syntax ;-) the generated person is added automatically to the AdressBook database, in opposite to: ps = ABPerson.alloc.init # not added ABAddressBook.sharedAddressBook.a

ABPerson initWithVCardRepresentation without addRecord

2009-12-31 Thread B . Ohr
Hi, with ps = ABPerson.alloc.initWithVCardRepresentation(data) # MacRuby syntax ;-) the generated person is added automatically to the AdressBook database, in opposite to: ps = ABPerson.alloc.init # not added ABAddressBook.sharedAddressBook.addRecord(ps) # now it is