You are exactly right. I have been working in core data for so long I
thought this should work like magic also. Thanks for the refresher.
Richard
On Feb 26, 2009, at 10:36PM, Karolis Ramanauskas wrote:
You have to set up how you will save your files first, this is not
core data.
...
On Th
You have to set up how you will save your files first, this is not core
data.
You will have to, for example, create an array that will hold the objects
that you will be archiving and unarchiving to. Then you will have to modify
the dataOfType and readFromData methods:
- (id)init {
self = [su