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
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