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

1
  • hello you can create table using html the following code shows how to create a table Commented Sep 19, 2011 at 9:20

2 Answers 2

1

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

Sign up to request clarification or add additional context in comments.

6 Comments

but i need to go on detail page by tapping the items
You can listen for JavaScript events that occur in a UIWebView.
In this case, you can put an hypertext link on the cells and catch it in the UIWebView delegate (webView:shouldStartLoadWithRequest:navigationType:) to open the detail page.
please post some example code
|
0

I found this framework which contains DTGridView control.

DTKit

Maybe it is simpler that reimplement everything.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.