I am working on an app that contains several sets of lists. These will contain a lot of items which will in turn contain more items. I want to save and load this to/from a PList in the docs directory, but I am unsure of how to write data in the hierarchy that I am looking for. This is the hierarchy:
>Lists
>>List1
>>>Item1
>>>>Item1Details
>>>Item2
>>>>Item2Details
>>>etc.
>>List2
>>>Item1
>>>>Item1Details
>>etc.
I have tried using NSDictionary writeToFile, but I still do not know how to have such a hierarchy.
Please give me some pointers on how to read/write this kind of thing. I am completely new to this use of plists, so please bear with me.
Cheers,
HBhargava
Perhaps, this will help you.