Combining arrays
Hi all,
I'm trying to fill a UITableView with sections.
I created two arrays with values. Two sections are created in the tableview with a cell count according to the arrays. So far so good.
Now for filling the cells I want to combine my two arrays into one array.
How can I manage that?
Kind regards.
Sander
|