Possible Duplicate:
How to display HTML-like table data on iPhone?
I need to create table like HTML table not something like UITableView . So that I can show much data on main table .How can I create such table?.
Possible Duplicate:
How to display HTML-like table data on iPhone?
I need to create table like HTML table not something like UITableView . So that I can show much data on main table .How can I create such table?.
You can create an HTML table and show it in UIWebView - it will render HTML content.