Re: Archiving ABPerson
Re: Archiving ABPerson
- Subject: Re: Archiving ABPerson
- From: Aaron Tuller <email@hidden>
- Date: Fri, 7 May 2004 10:51:09 -0700
At 1:21 PM -0400 5/7/04, Scott Ahten wrote:
Checking the headers, I found that ABPerson does not implement the
NSCoding interface. I assume lack of archive support is intentional
due to issues with it's implementation. Since I do not have the
source for ABPerson class, is it possible to extend or modify it to
support Archiving?
save it to a vCard...
http://developer.apple.com/documentation/UserExperience/Reference/AddressBook/ObjC_classic/Classes/ABPerson.html#//apple_ref/doc/uid/20001546/BCIFJHBG
and read in with initWithVCardRepresentation:
http://developer.apple.com/documentation/UserExperience/Reference/AddressBook/ObjC_classic/Classes/ABPerson.html#//apple_ref/doc/uid/20001546/BCIEEIEB
-aaron
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.