Thanks for taking the time to read my question. I have experience in php with multidimensional arrays but i am struggling to transfer my knowledge over to swift...
The plan is to create an array like this:
Category1 -- product1 --- description -- product2 --- description
Category2 -- product1 --- description -- product2 --- description
Category3 -- product1 --- description -- product2 --- description
And using 3 tableviews (1 on each viewcontroller) i would like to populate the info:
Tableview1 -- Category list. Tableview2 -- Product for selected category list. Tableview3 -- Description for selected.
I can populate 1 tableview using a simple array easily, but how would i:
1) Create the multidimensional array? 2) Count & populate each tableview? 3) Tie each child row to parent rows?
I really hope i am making sense and i am not looking for a free ride, just a helping hand as i am really enjoying learning the swift language!
Kind regards Rory