I have a problem that I can't get my head around, and am hoping someone could give me a hint or help.
I have a table, which contains 7 objects. When pressing one of the object the user is presented with a new table, corresponding to the pressed objects. Inside this table the user is able to press an 'Add' button, taking them to a new table where they can choose the objects for table 2.
Table 1 and table 3 (the first and the last) do not need to be edited in, however table 2 needs to. I need to add the data the user pick from table 3 and save it when entering the app again after it has been closed.
In table 1 there is always 7 objects. And needs to be able to have a different table 2. So I am not sure if the best way is to create 7 different arrays.
I have looked, and have been using, NSUserDefaults before, however i am not sure what a good way to approach this is, when using NSUserDefaults.