I have a NSMutableArray walkArray which contains another array walkSteps. I want to create number of uitableview depending on walArray count.
The table should look like:
if array count is 2 then
table 1:
Walk to road1
steps 1
steps 2
steps 3
table 2:
walk to road 2
steps 1
steps 2
steps 3
steps 4
The table should be on same view.
If any one has any idea please help.
Thank you.
I think You can refer Group table/ section table