views:

5811

answers:

3

Hi, I have multiple rows and columns of data. But iPhone UITableView contains only single column and multiple rows. How do I display my multi column data following Apple's Human Interface Guidelines? Any ideas?

+7  A: 

A quick Google returned this:

http://dewpoint.snagdata.com/2008/10/31/drawing-a-grid-in-a-uitableview/

It even shows how to add grid lines.

August
This article is gone, but the Google cache still has it. Now I have it in my offline stuff: if anybody needs it, message me with @yar here.
Yar
+2  A: 

Someone else is hosting that page now:

http://usxue.is-programmer.com/posts/14176.html

Mortoc
+1  A: 

Here the source code is also available. Grids

black2842