0

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?.

Community
  • 1
  • 1
mobile.jugnu
  • 619
  • 2
  • 11
  • 21

2 Answers2

1

You can create an HTML table and show it in UIWebView - it will render HTML content.

Nick B
  • 1,101
  • 9
  • 19
0

I found this framework which contains DTGridView control.

DTKit

Maybe it is simpler that reimplement everything.

martiall
  • 981
  • 6
  • 7