storing keyed archives in user defaults
storing keyed archives in user defaults
- Subject: storing keyed archives in user defaults
- From: todd ransom <email@hidden>
- Date: Mon, 21 Mar 2005 18:03:31 -0700
I need to store an array of custom objects in user defaults. This
object supports <NSCoding> and everything works fine when I am reading
and writing it programmatically. But if I try to bind an array
controller's contentArray using NSUnarchiveFromData I get:
+[NSUnarchiver unarchiveObjectWithData:]: extra data discarded
And the binding does not work. Do I need to write a value transformer
to unarchive keyed data?
thanks,
TR
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden