I have a string of data in a plist, which I ve got to display, hierarchically like this:
Menu>Chapter>SubChapter>item>item details
This might be super simple, in my initial menu, how would I have all All Menu item to display all the items , essentially skipping the chapter and subchapter and cutting out that aspect of my filter, while retaining the other chapter and subchapter aspects.
I could do it by doubling up the data of all items wherever I wanted them to appear, but this seemed very inefficient.
or
Would it be easier to parse data into a core data entity to do this?