I have to create a function to create table reports in runtime, the function will receive the columns names and the rows values so this function only have to create a table with the data and then show it in the UI.
I saw that UITableView only have one column and I have to create n number of columns, so my question is, What kind of control can I use? Of course I need to be able to scroll in horizontal and vertical ways.
I'm using motouch dialog in the app.
Thanks